Fix the group ID change

This commit is contained in:
flow.gunso
2019-04-09 12:40:56 +02:00
parent 6c6737c716
commit db08e076c6

View File

@@ -30,8 +30,8 @@ supervisord_pid=/.supervisord/supervisord.pid
supervisord_log=/.supervisord/supervisord.log
# Update the file ownership.
groupmod -u $GID $UNAME
usermod -u $UID $UNAME
groupmod -g $GID $UNAME
chown $UID.$GID -R /.seafile
chown $UID.$GID -R /.supervisord
chown $UID.$GID -R /volume