diff --git a/bash_completion/msm b/bash_completion/msm index 758bf79..d194895 100644 --- a/bash_completion/msm +++ b/bash_completion/msm @@ -82,7 +82,7 @@ _msm() { fi - local server_path="$SETTINGS_SERVER_STORAGE_PATH/${COMP_WORDS[1]}" + local server_path="$SETTINGS_SERVER_STORAGE_PATH/${COMP_WORDS[1]}" if [[ "${COMP_WORDS[1]}" == "all" ]] || [ -e "$server_path" ]; then if [[ $COMP_CWORD == 2 ]]; then options="start stop restart status connected worlds logroll backup jar whitelist blacklist operator gamemode kick say time toggledownfall give xp save cmd cmdlog console config"