From 5b7102a909b4cbc31ecbbb91c5b74780ae04cdf8 Mon Sep 17 00:00:00 2001 From: AnduinXue Date: Sun, 14 Jan 2024 08:09:36 +0000 Subject: [PATCH] More notes to tell the user how to edit the settings. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 9b209cd..e97b07f 100644 --- a/install.sh +++ b/install.sh @@ -43,6 +43,9 @@ install() # Clean up echo "Install $app_name finished! Please open http://$(hostname):$port to try!" + settings_file_path="/opt/apps/$app_name/appsettings.Production.json" + echo "Please change the settings in $settings_file_path ASAP to fit your own needs!!!" + echo "Currently settings may save files to /tmp folder." sudo rm /tmp/repo -rf }