Update init_without_docker.sh

This commit is contained in:
qiaofeng1227 2022-09-21 11:52:13 +08:00 committed by GitHub
parent e42b525394
commit 79a1024e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
newpassword=$1
echo $newpassword |passwd --stdin fastuser
# echo $newpassword |passwd --stdin fastuser
echo "fastuser:$newpassword" | chpasswd
sed -i '/172.17.0.1/d' /etc/nginx/conf.d/parking.conf
internal_ip=$(ip addr show dev eth0|grep inet |grep eth0|cut -d/ -f1|cut -d" " -f6)