Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Mar 13, 2019
1 parent 115f474 commit 8de402f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/update_script
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ chmod 755 ${ADDON_DIR}
rm -rf ${WWW_DIR}
ln -sf ${ADDON_DIR} ${WWW_DIR}

# Installationsstatus entfernen, um Installation nach Reboot zu erzwingen
rm -f ${ADDON_DIR}/installed

# Startskript ausführen
# ${RC_DIR}/$ADDON_NAME start

# sync filesystem to make sure all changes are written to disk
sync

if [ "$1" = "" ]; then
Expand Down

0 comments on commit 8de402f

Please sign in to comment.