From 23ec3dfcf4002319cfde49b5fa4e08cfe384c01b Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 28 May 2020 00:15:02 +0800 Subject: [PATCH] modified: start.sh Fixed typo --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6431e71..9bc1371 100755 --- a/start.sh +++ b/start.sh @@ -6,4 +6,4 @@ addgroup -g $GID coucpotato adduser -D -u $UID -G couchpotato -H couchpotato chown -R $UID:$GID /couchpotato su - $UID -/usr/bin/python2 /couchpotato/CouchPotato.py --console_log --data_dir=/config" ] +/usr/bin/python2 /couchpotato/CouchPotato.py --console_log --data_dir=/config