We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 434d1b6 + 9e11e09 commit b2b82a0Copy full SHA for b2b82a0
1 file changed
stack.sh
@@ -315,9 +315,6 @@ sudo mkdir -p $DEST
315
safe_chown -R $STACK_USER $DEST
316
safe_chmod 0755 $DEST
317
318
-# Basic test for ``$DEST`` path permissions (fatal on error unless skipped)
319
-check_path_perm_sanity ${DEST}
320
-
321
# Destination path for service data
322
DATA_DIR=${DATA_DIR:-${DEST}/data}
323
sudo mkdir -p $DATA_DIR
@@ -452,6 +449,8 @@ if [[ -n "$SCREEN_LOGDIR" ]]; then
452
449
fi
453
450
454
451
+# Basic test for ``$DEST`` path permissions (fatal on error unless skipped)
+check_path_perm_sanity ${DEST}
455
456
# Configure Error Traps
457
# ---------------------
0 commit comments