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:
parent
ee0b1de8c1
commit
a4a7838255
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue