Fix autostart regression.
This commit is contained in:
parent
3cc8ce60f8
commit
7504615823
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ then
|
|||
fi
|
||||
|
||||
### Resume normal startup stuff.
|
||||
if [ -d "/storage/.config/system/configs" ]
|
||||
then
|
||||
EXCLUDE="--exclude=configs"
|
||||
fi
|
||||
|
||||
rsync -a --delete ${EXCLUDE} /usr/config/system/ /storage/.config/system/
|
||||
rsync -a /usr/config/modules /storage/.config/
|
||||
rsync -a /usr/config/game /storage/.config/
|
||||
|
|
Loading…
Reference in a new issue