1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hotspot_ynh.git synced 2024-09-03 19:25:53 +02:00

Add upgrade script

This commit is contained in:
Julien VAUBOURG 2015-07-13 16:01:38 +02:00
parent ee0b1de8c1
commit a4a7838255

View file

@ -41,6 +41,6 @@ sudo yunohost app install "https://github.com/${OWNER}/${REPO}" --args "${args_u
sudo cp -a "${tmpdir}/settings.yml" "/etc/yunohost/apps/${APP}/"
sudo systemctl restart "${SERVICE}"
rm -r "${tmpdir}/"
sudo rm -r "${tmpdir}/"
exit 0