More notes to tell the user how to edit the settings.

This commit is contained in:
AnduinXue
2024-01-14 08:09:36 +00:00
parent 50f7b07e5b
commit 5b7102a909
+3
View File
@@ -43,6 +43,9 @@ install()
# Clean up # Clean up
echo "Install $app_name finished! Please open http://$(hostname):$port to try!" 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 sudo rm /tmp/repo -rf
} }