diff --git a/README.md b/README.md index be66df5..5548ce7 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ After the installation is successful, open the browser to access: http://127.0.0 Configuration file path: -Linux && MacOS is located in /etc/gpfa/app.toml +Linux && MacOS is located in /etc/gpaf/app.toml -Windows is located at C:\gpfa\app.toml +Windows is located at C:\gpaf\app.toml You can configure the listening port and logging. diff --git a/README_ZH.md b/README_ZH.md index aa7bd28..08b9e65 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -82,9 +82,9 @@ root账号执行: 配置文件路径: -Linux && MacOS 位于 /etc/gpfa/app.toml +Linux && MacOS 位于 /etc/gpaf/app.toml -Windows 位于 C:\gpfa\app.toml +Windows 位于 C:\gpaf\app.toml 可以配置监听的端口和日志记录。 diff --git a/install_auto.sh b/install_auto.sh index aa33618..5d8d04b 100755 --- a/install_auto.sh +++ b/install_auto.sh @@ -11,5 +11,6 @@ chmod +x proxy-admin-free ./proxy-admin-free uninstall >/dev/null 2>&1 ./proxy-admin-free install rm $F -systemctl status ProxyAdminFree +systemctl status ProxyAdminFree & +sleep 1 echo "install done, please visit : http://YOUR_IP:32080/"