File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ show_help() {
2424 echo " Help:"
2525 echo " ./setup_phoenix_ai_control_linux.sh --help"
2626 echo
27+ echo " Important:"
28+ echo " Running this script will overwrite any previous configuration."
29+ echo " Only the latest settings will be preserved."
30+ echo
2731
2832 echo
2933 exit 1
@@ -124,3 +128,6 @@ echo "Phoenix AI control config written to:"
124128echo " $CONFIG_FILE "
125129echo
126130echo " Permissions set to allow only root to write, but everyone to read."
131+ echo
132+ echo " NOTE: Running this script again will overwrite any previous configuration."
133+ echo " Only the latest settings will be preserved."
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ show_help() {
2424 echo " Help:"
2525 echo " ./setup_phoenix_ai_control_mac.sh --help"
2626 echo
27+ echo " Important:"
28+ echo " Running this script will overwrite any previous configuration."
29+ echo " Only the latest settings will be preserved."
30+ echo
2731
2832 echo
2933 exit 1
@@ -124,3 +128,6 @@ echo "Phoenix AI control config written to:"
124128echo " $CONFIG_FILE "
125129echo
126130echo " Permissions set to allow only root to write, but everyone to read."
131+ echo
132+ echo " NOTE: Running this script again will overwrite any previous configuration."
133+ echo " Only the latest settings will be preserved."
Original file line number Diff line number Diff line change 7474echo .
7575echo Phoenix AI control config written to:
7676echo %CONFIG_FILE%
77+ echo .
78+ echo NOTE: Running this script again will overwrite any previous configuration.
79+ echo Only the latest settings will be preserved.
7780pause
7881exit /b 0
7982:help
@@ -100,6 +103,10 @@ echo Help:
100103echo setup_phoenix_ai_control_win.bat --help
101104echo setup_phoenix_ai_control_win.bat /?
102105echo .
106+ echo Important:
107+ echo Running this script will overwrite any previous configuration.
108+ echo Only the latest settings will be preserved.
109+ echo .
103110
104111echo .
105112exit /b 1
You can’t perform that action at this time.
0 commit comments