mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Update restore
This commit is contained in:
parent
378de7b845
commit
68239af027
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# causes the shell to exit if any subcommand or pipeline returns a non-zero status
|
# causes the shell to exit if any subcommand or pipeline returns a non-zero status
|
||||||
set -e
|
set -eu
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
app="jappix"
|
|
||||||
|
|
||||||
# Retrieve old app settings
|
# Retrieve old app settings
|
||||||
domain=$(sudo yunohost app setting "$app" domain)
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
domain=$(ynh_app_setting_get $app domain)
|
||||||
|
|
||||||
|
|
||||||
# Restore sources & data
|
# Restore sources & data
|
||||||
sudo cp -a ./sources "/var/www/${app}"
|
sudo cp -a ./sources "/var/www/${app}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue