Skip to content

Commit f426202

Browse files
committed
overwrite info note
1 parent eab159c commit f426202

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

install_scripts/setup_phoenix_ai_control_linux.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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:"
124128
echo "$CONFIG_FILE"
125129
echo
126130
echo "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."

install_scripts/setup_phoenix_ai_control_mac.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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:"
124128
echo "$CONFIG_FILE"
125129
echo
126130
echo "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."

install_scripts/setup_phoenix_ai_control_win.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ echo }
7474
echo.
7575
echo Phoenix AI control config written to:
7676
echo %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.
7780
pause
7881
exit /b 0
7982
:help
@@ -100,6 +103,10 @@ echo Help:
100103
echo setup_phoenix_ai_control_win.bat --help
101104
echo setup_phoenix_ai_control_win.bat /?
102105
echo.
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

104111
echo.
105112
exit /b 1

0 commit comments

Comments
 (0)