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 cp -a "${tmpdir}/settings.yml" "/etc/yunohost/apps/${APP}/"
sudo systemctl restart "${SERVICE}" sudo systemctl restart "${SERVICE}"
rm -r "${tmpdir}/" sudo rm -r "${tmpdir}/"
exit 0 exit 0