diff --git a/src/fixperms.sh b/src/fixperms.sh index bce3f2d4..1b458541 100755 --- a/src/fixperms.sh +++ b/src/fixperms.sh @@ -101,6 +101,7 @@ doone() { REP="$ALTERNC_LOC/html/$INITIALE/$LOGIN/$sub_dir" # Set the file readable only for the AlternC User + mkdir -p "$REP" chown -R alterncpanel:$GID "$REP" chmod 2770 -R "$REP"