mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-04 13:35:28 +01:00
damnit!
This commit is contained in:
2
dist/setup.sh
vendored
2
dist/setup.sh
vendored
@@ -121,7 +121,7 @@ modify_permissions() {
|
||||
do
|
||||
if [[ -e $d ]]; then
|
||||
step " [32mmodify[0m permissions: $d"
|
||||
if [[ $SUDO_REQUIRED ]]; then
|
||||
if [[ $SUDO_REQUIRED == 1 ]]; then
|
||||
if [[ $(id -u) == 0 ]]; then
|
||||
try chmod -R og-rwx $d
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user