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 1df2c47 commit d9bb4ecCopy full SHA for d9bb4ec
scriptmodules/ports/vvvvvv.sh
@@ -49,8 +49,8 @@ function configure_vvvvvv() {
49
# add a check to launch script - if the data file is not found, inform user
50
cat >"$file" << _EOF_
51
#!/bin/bash
52
-if [[ ! -f "$romdir/ports/vvvvvvv/data.zip" ]]; then
53
- dialog --no-cancel --pause "The data.zip file is missing. Please ensure it is placed in $romdir/ports/vvvvvvv/." 22 76 15
+if [[ ! -f "$romdir/ports/vvvvvv/data.zip" ]]; then
+ dialog --no-cancel --pause "The data.zip file is missing. Please ensure it is placed in $romdir/ports/vvvvvv/." 22 76 15
54
else
55
"$rootdir/supplementary/runcommand/runcommand.sh" 0 _PORT_ vvvvvv "$md_inst/VVVVVV"
56
fi
0 commit comments