summaryrefslogtreecommitdiffstats
path: root/scripts/fetch_compute_ips.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fetch_compute_ips.sh')
-rwxr-xr-xscripts/fetch_compute_ips.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch_compute_ips.sh b/scripts/fetch_compute_ips.sh
index ebe817a6..4bdc9a48 100755
--- a/scripts/fetch_compute_ips.sh
+++ b/scripts/fetch_compute_ips.sh
@@ -110,7 +110,7 @@ if [ -z "$IPS" ]; then
else
echo "-------- all compute node ips: --------"
touch $HOME/ips.log
- echo "$IPS" > $HOME/ips.log
+ echo "$IPS" > $HOME/qtip/ips.log
echo $IPS
fi