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 c508266 commit bae34acCopy full SHA for bae34ac
1 file changed
internal/sat-upgrade.sh
@@ -17,6 +17,9 @@ if [ ! -f "$INSTALL_DIR/package.json" ]; then
17
exit 1
18
fi
19
20
+# unset daemon flag
21
+unset __daemon
22
+
23
# Make sure we're logging everything
24
LOG_DIR="$INSTALL_DIR/logs"
25
LOG_FILE="$LOG_DIR/background.log"
0 commit comments