Skip to content

Commit b93ebb3

Browse files
committed
Add missing then
1 parent 1f4fbd9 commit b93ebb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ubuntu/16.04/usr/local/share/bootstrap/common_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ as_user() (
4242
local COMMAND="$1"
4343
local WORKING_DIR="$2"
4444

45-
if [ "true" = "$NON_PRIVILEGED_USER" ];
45+
if [ "true" = "$NON_PRIVILEGED_USER" ]; then
4646
/bin/bash -c "cd '$WORKING_DIR'; $COMMAND"
4747
return "$?"
4848
fi

0 commit comments

Comments
 (0)