Skip to content

Commit a69e8bf

Browse files
committed
print result
1 parent f426202 commit a69e8bf

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

install_scripts/setup_phoenix_ai_control_linux.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ echo
127127
echo "Phoenix AI control config written to:"
128128
echo "$CONFIG_FILE"
129129
echo
130+
echo "Configuration contents:"
131+
echo "----------------------"
132+
cat "$CONFIG_FILE"
133+
echo "----------------------"
134+
echo
130135
echo "Permissions set to allow only root to write, but everyone to read."
131136
echo
132137
echo "NOTE: Running this script again will overwrite any previous configuration."

install_scripts/setup_phoenix_ai_control_mac.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ echo
127127
echo "Phoenix AI control config written to:"
128128
echo "$CONFIG_FILE"
129129
echo
130+
echo "Configuration contents:"
131+
echo "----------------------"
132+
cat "$CONFIG_FILE"
133+
echo "----------------------"
134+
echo
130135
echo "Permissions set to allow only root to write, but everyone to read."
131136
echo
132137
echo "NOTE: Running this script again will overwrite any previous configuration."

install_scripts/setup_phoenix_ai_control_win.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ echo.
7575
echo Phoenix AI control config written to:
7676
echo %CONFIG_FILE%
7777
echo.
78+
echo Configuration contents:
79+
echo ----------------------
80+
type "%CONFIG_FILE%"
81+
echo ----------------------
82+
echo.
7883
echo NOTE: Running this script again will overwrite any previous configuration.
7984
echo Only the latest settings will be preserved.
8085
pause

0 commit comments

Comments
 (0)