Browse Source

fix bug

main
xiaoz 6 months ago
parent
commit
785bc24f41
  1. 3
      dnmp.sh

3
dnmp.sh

@ -14,7 +14,8 @@ then @@ -14,7 +14,8 @@ then
USER_ID=$(id -u ${USER})
GROUP_ID=$(id -g ${USER})
echo $USER_ID
export USER_ID=${USER_ID}
export GROUP_ID=${GROUP_ID}
fi
# 服务列表

Loading…
Cancel
Save