added chmod / chown to launch.sh

This commit is contained in:
mischa 2022-04-07 09:51:46 +02:00
parent 2f132576b3
commit 072f833ce3
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ fi
if [[ ! -f "${VMS}/${1}.txt" ]]; then if [[ ! -f "${VMS}/${1}.txt" ]]; then
echo "unable to find ${VMS}/${1}" echo "unable to find ${VMS}/${1}"
exit 1 exit 1
else
chown mischa ${VMS}/${1}.txt
chmod 600 ${VMS}/${1}.txt
fi fi
deploy.pl deploy.pl