This commit is contained in:
Your Name
2024-04-28 18:32:23 -05:00
parent 80b75ca9cf
commit a40c766dea

View File

@@ -44,5 +44,5 @@ if [[ ! -f "$ssh_dir/id_rsa" || ! -f "$ssh_dir/id_rsa.pub" ]]; then
fi fi
echo "Script execution complete." echo "Script execution complete."
exit 0