fix spaces in filepath

This commit is contained in:
winneratwin 2023-03-22 23:57:25 +00:00
parent 4d1fbc0e8e
commit 555b71dc93
Signed by: winneratwin
GPG Key ID: CDBC42F8803D689E

View File

@ -16,4 +16,4 @@ if [ -d "/usr/share/InHeat" ]
then
rm -rf /usr/share/InHeat
fi
mv $PWD /usr/share/InHeat
mv "$PWD" /usr/share/InHeat