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 07f9aeb commit 92f5612Copy full SHA for 92f5612
run.sh
@@ -5,7 +5,11 @@
5
error() { echo -e "\e[91m$1\e[m"; exit 0; }
6
success() { echo -e "\e[92m$1\e[m"; }
7
8
-if [ "$TOKEN" == "FALSE" ] || [ "$CODE" == "FALSE" ] || [ -f /setup_done ]; then
+if [ -f /setup_done ]; then
9
+ tail -f /dev/null
10
+fi
11
+
12
+if [ "$TOKEN" == "FALSE" ] || [ "$CODE" == "FALSE" ]; then
13
exit 0
14
fi
15
0 commit comments