Don't change GID ownership to env file.

This commit is contained in:
Syahrial Agni Prasetya 2021-05-17 00:13:04 +07:00
parent 2a0db3033d
commit c2c836200d
No known key found for this signature in database
GPG Key ID: 46F88749C8C79383

View File

@ -25,7 +25,7 @@ case $1 in
exit $?
;;
chownvar)
chown $2:$2 /tmp/archbox_env
chown $2 /tmp/archbox_env
chmod 755 /tmp/archbox_env
;;
esac