We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0608a4a commit 98b8895Copy full SHA for 98b8895
ct/docmost.sh
@@ -51,7 +51,7 @@ function update_script() {
51
cp -r /opt/docmost/data /opt/
52
rm -rf /opt/docmost
53
temp_file=$(mktemp)
54
- curl -fsSL "https://github.com/docmost/docmost/archive/refs/tags/v${RELEASE}.tar.gz" -o ""$temp_file""
+ curl -fsSL "https://github.com/docmost/docmost/archive/refs/tags/v${RELEASE}.tar.gz" -o "$temp_file"
55
tar -xzf "$temp_file"
56
mv docmost-${RELEASE} /opt/docmost
57
cd /opt/docmost
0 commit comments