This commit is contained in:
qiaofeng1227 2023-09-22 16:38:33 +08:00
parent 60e583ceec
commit c5c49b17bc

View file

@ -9,7 +9,7 @@ cred_path="/var/websoft9/credential"
if [ -e "$cred_path" ]; then
echo "File $cred_path exists. Exiting script."
exit 1
exit 0
fi
echo "create diretory"