diff options
Diffstat (limited to 'bin/menus-build.sh')
-rwxr-xr-x | bin/menus-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menus-build.sh b/bin/menus-build.sh index 0ac3a92..1a5c2a9 100755 --- a/bin/menus-build.sh +++ b/bin/menus-build.sh @@ -5,5 +5,5 @@ mkdir -p $DIRECTORY/players find $DIRECTORY -type d -not -name _\* | while read HTMLDIR do - python scripts/menus-compile.py $CONFIG_FILE $DIRECTORY $HTMLDIR > $HTMLDIR/.menu.html + python3 scripts/menus-compile.py $CONFIG_FILE $DIRECTORY $HTMLDIR > $HTMLDIR/.menu.html done |