This commit is contained in:
SpudGunMan
2025-11-06 20:33:04 -08:00
parent 55c29c36ba
commit 2834ac3d0d

View File

@@ -29,12 +29,12 @@ fi
echo "Setting ownership to $TARGET_USER:$TARGET_USER"
chown -R "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/-around"
chown -R "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/-around/logs"
chown -R "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/-around/data"
chown "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/-around/config.ini"
chmod 664 "/opt/meshing-around/-around/config.ini"
chmod 775 "/opt/meshing-around/-around/logs"
chmod 775 "/opt/meshing-around/-around/data"
chown -R "$TARGET_USER:$TARGET_USER" "/opt/meshing-around"
chown -R "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/logs"
chown -R "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/data"
chown "$TARGET_USER:$TARGET_USER" "/opt/meshing-around/config.ini"
chmod 664 "/opt/meshing-around/config.ini"
chmod 775 "/opt/meshing-around/logs"
chmod 775 "/opt/meshing-around/data"
echo "Permissions and ownership have been set."