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 39d94d6 commit b1838e6Copy full SHA for b1838e6
runners/katacoda/templates/scripts/intro_background.sh
@@ -23,14 +23,13 @@ while [ "$i" -le $STEPS ]; do
23
i=$(( i + 1 ))
24
done
25
26
-#write 'Finished' in status file
27
-#the setup script checks the status file for this string
28
-
29
#increase swap size by 4 GB by adding a new swap file
30
mkdir /root/dev
31
fallocate -l 4G /root/dev/md-0
32
chmod 600 /root/dev/md-0
33
mkswap /root/dev/md-0
34
swapon /root/dev/md-0
35
+#write 'Finished' in status file
+#the setup script checks the status file for this string
36
echo "Finished" > $STATUS_FILE
0 commit comments