Skip to content

Commit 1ed4162

Browse files
authored
mscs: Use -H rather than --set-home arg to sudo
Thanks for the report @HappyWarbird.
1 parent c8e9a33 commit 1ed4162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mscs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ MSCS_ARGS="-p $PROG -l $LOCATION -c $MSCS_DEFAULTS $@"
3131
if [ "$USER_NAME" = "$(whoami)" ]; then
3232
msctl $MSCS_ARGS
3333
else
34-
sudo "PATH=$PATH" -u $USER_NAME --set-home msctl $MSCS_ARGS
34+
sudo "PATH=$PATH" -u $USER_NAME -H msctl $MSCS_ARGS
3535
fi

0 commit comments

Comments
 (0)