From 2834ac3d0dc0ff43f2cdf9dcadc54ef9f6e69659 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 6 Nov 2025 20:33:04 -0800 Subject: [PATCH] ffs --- etc/set-permissions.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/set-permissions.sh b/etc/set-permissions.sh index 407155e..d996904 100644 --- a/etc/set-permissions.sh +++ b/etc/set-permissions.sh @@ -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." \ No newline at end of file