isso: replace gosu with su-exec

This commit is contained in:
Wonderfall
2016-05-07 01:04:42 +02:00
parent 5df7fad4ba
commit 969343cf65
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
chown -R $UID:$GID /db /config
gosu $UID:$GID isso -c /config/isso.conf run
su-exec $UID:$GID isso -c /config/isso.conf run