Deprecated start.sh

This commit is contained in:
Jonathan Ervine 2020-08-28 11:15:34 +08:00
parent 59506de582
commit 9a833aa08e

View File

@ -2,6 +2,7 @@
## ##
## Script to start the sonarr server ## Script to start the sonarr server
## ##
echo "This has been deprecated"
addgroup -g $GID $USER addgroup -g $GID $USER
adduser -D -u $UID -G $USER -H $USER adduser -D -u $UID -G $USER -H $USER
until [ -f "/config/nzbdrone.db" ]; do sleep 1; done until [ -f "/config/nzbdrone.db" ]; do sleep 1; done