replaced copying why2-app into /bin for moving

This commit is contained in:
Václav Šmejkal 2022-05-04 19:37:39 +02:00
parent cd9f29041d
commit 013fd1e20f

View File

@ -109,7 +109,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
echo "Installing why2-app..."
###
cp $appOutput /usr/bin/why2
mv $appOutput /usr/bin/why2
###
echo "Finished! Cleaning up..."