Skip to content

Commit 7a1a9c4

Browse files
committed
tree: Switch to shell script extension
* Somehow without this, script doesn't get called Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
1 parent 0551a6c commit 7a1a9c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

customize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -x
88
abort "- Unsupported API version: $API"
99

1010
mkdir -p $MODPATH/system/bin
11-
mv -f $MODPATH/DroidConsole $MODPATH/system/bin/DroidConsole
11+
mv -f $MODPATH/DroidConsole.sh $MODPATH/system/bin/DroidConsole.sh
1212

1313
# Clean up
1414
ui_print " Cleaning obsolete files"
@@ -23,4 +23,4 @@ find $MODPATH/* -maxdepth 0 \
2323
# Settings dir and file permission
2424
ui_print " Settings permissions"
2525
set_perm_recursive $MODPATH 0 0 0755 0755
26-
set_perm $MODPATH/system/bin/DroidConsole 0 2000 0755
26+
set_perm $MODPATH/system/bin/DroidConsole.sh 0 2000 0755

0 commit comments

Comments
 (0)