updated scripts

This commit is contained in:
2023-08-27 18:47:18 -05:00
parent 77fbba1d68
commit c475c35795
4 changed files with 7 additions and 7 deletions

View File

@@ -24,8 +24,8 @@ if [[ ! -d /etc/cloud ]]
ifup $name
echo "Static IP set successfully."
else
echo "Static IP not set."
echo "Static IP already set."
fi
else
echo "Static IP not set."
echo "Static IP not set on cloud image."
fi