fix script crash

This commit is contained in:
Hamish West
2021-09-15 15:36:25 +09:30
parent b308aab4dd
commit 51c00be090

View File

@@ -33,6 +33,7 @@ read answer
if [ "$answer" != "${answer#[Yy]}" ] ;then
install-requirement &&
wmctrl -r ':ACTIVE:' -b toggle,fullscreen &&
echo " "
check-if-fusion360-exists
else
exit;