Skip to content

Commit d9bb4ec

Browse files
Update vvvvvv.sh
Fixed a typo in the .sh file by correcting the string vvvvvvv to vvvvvv, which resolves a startup issue.
1 parent 1df2c47 commit d9bb4ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scriptmodules/ports/vvvvvv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ function configure_vvvvvv() {
4949
# add a check to launch script - if the data file is not found, inform user
5050
cat >"$file" << _EOF_
5151
#!/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
52+
if [[ ! -f "$romdir/ports/vvvvvv/data.zip" ]]; then
53+
dialog --no-cancel --pause "The data.zip file is missing. Please ensure it is placed in $romdir/ports/vvvvvv/." 22 76 15
5454
else
5555
"$rootdir/supplementary/runcommand/runcommand.sh" 0 _PORT_ vvvvvv "$md_inst/VVVVVV"
5656
fi

0 commit comments

Comments
 (0)