Skip to content

Commit

Permalink
customize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rhythmcache authored Nov 22, 2024
1 parent e8e7ec0 commit b5faa0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ui_print " "
zipbin="$MODPATH/bin/zip"
ffmpeg="$MODPATH/bin/ffmpeg"
cfg_file="/sdcard/cfg"
webroot_source="$MODPATH/webroot"

# Ensure zip and ffmpeg have executable permissions
chmod +x "$zipbin"
Expand Down Expand Up @@ -189,7 +188,6 @@ ui_print " "
# Exiting
rm -rf $MODPATH/bin
rm -rf /data/local/tmp/bootanim
rm $MODPATH/index.html
rm $MODPATH/customize.sh

# Set permissions for the module
Expand Down

0 comments on commit b5faa0e

Please sign in to comment.