Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent bf31a7c3c4
commit 4cb0fa62c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      menu.sh

@ -1568,7 +1568,7 @@ proxy(){
input_license input_license
[[ $LUBAN != 1 ]] && input_port [[ $LUBAN != 1 ]] && input_port
start=$(date +%s) start=$(date +%s)
VERSION_ID=$(grep -i VERSION_ID /etc/os-release | cut -d \" -f2 | sed "s/22.04/20.04/g") VERSION_ID=$(grep -i VERSION_ID /etc/os-release | cut -d \" -f2)
mkdir -p /etc/wireguard/ >/dev/null 2>&1 mkdir -p /etc/wireguard/ >/dev/null 2>&1
if [[ $CLIENT = 0 ]]; then green " ${T[${L}83]} " if [[ $CLIENT = 0 ]]; then green " ${T[${L}83]} "
if [[ $SYSTEM = CentOS ]]; then if [[ $SYSTEM = CentOS ]]; then

Loading…
Cancel
Save