Set proper permissions for rslight.inc.php in install scripts

This commit is contained in:
Retro_Guy 2020-11-28 18:37:07 -07:00
parent fc2ad9dcc8
commit 9a89ee42fc
2 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,8 @@ chmod 700 "$configpath/users"
chown $username "$configpath/userconfig"
chgrp $username "$configpath/userconfig"
chmod 700 "$configpath/userconfig"
chown $username "$configpath/rslight.inc.php"
chgrp $username "$configpath/rslight.inc.php"
echo "done"
echo

View File

@ -93,6 +93,8 @@ chmod 700 "$configpath/users"
chown $username "$configpath/userconfig"
chgrp $username "$configpath/userconfig"
chmod 700 "$configpath/userconfig"
chown $username "$configpath/rslight.inc.php"
chgrp $username "$configpath/rslight.inc.php"
echo "done"
echo