Skip to content

Commit

Permalink
Merge pull request #282 from GramThanos/patch-1
Browse files Browse the repository at this point in the history
fixed invalid chmod command
  • Loading branch information
WadeBarnes authored Oct 31, 2023
2 parents 41a0fd8 + 4309ef1 commit 386dae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ function setFolderReadWriteAll() {

if [[ "${permissions:0-1}" != 5 ]]; then
echo "Setting ${folder} to read/write for all users ..."
chmod ${folder} a+rws
chmod a+rws ${folder}
fi
}
# =================================================================================================================
Expand Down

0 comments on commit 386dae4

Please sign in to comment.