Daniel Gibbs 8 년 전
부모
커밋
c4bef41367
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/functions/command_ts3_server_pass.sh

+ 1 - 1
lgsm/functions/command_ts3_server_pass.sh

@@ -19,7 +19,7 @@ fn_serveradmin_password_prompt(){
 		echo Exiting; exit
 	fi
 	fn_script_log_info "Initiating ${gamename} ServerAdmin password change"
-	read -p "Enter new password : " newpassword
+	read -rp "Enter new password : " newpassword
 }
 
 fn_serveradmin_password_set(){