releas?v
This commit is contained in:
@@ -77,7 +77,7 @@ reset() {
|
|||||||
housekeeping_dirs=("archives" "keystore")
|
housekeeping_dirs=("archives" "keystore")
|
||||||
for dir in "${housekeeping_dirs[@]}"; do
|
for dir in "${housekeeping_dirs[@]}"; do
|
||||||
printf "changing ownership of $dir to ${USER}..."
|
printf "changing ownership of $dir to ${USER}..."
|
||||||
chown $USER:$USER -R "$dir" # > /dev/null 2>&1
|
chown $USER:$USER -R "$dir" > /dev/null 2>&1
|
||||||
checkcode $?
|
checkcode $?
|
||||||
|
|
||||||
printf "changing permissions on $dir to 700..."
|
printf "changing permissions on $dir to 700..."
|
||||||
|
|||||||
Reference in New Issue
Block a user