We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
then
1 parent 1f4fbd9 commit b93ebb3Copy full SHA for b93ebb3
1 file changed
ubuntu/16.04/usr/local/share/bootstrap/common_functions.sh
@@ -42,7 +42,7 @@ as_user() (
42
local COMMAND="$1"
43
local WORKING_DIR="$2"
44
45
- if [ "true" = "$NON_PRIVILEGED_USER" ];
+ if [ "true" = "$NON_PRIVILEGED_USER" ]; then
46
/bin/bash -c "cd '$WORKING_DIR'; $COMMAND"
47
return "$?"
48
fi
0 commit comments