mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Update restore
This commit is contained in:
parent
7bb21b6d79
commit
acaf53d1ac
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ user=$(ynh_app_setting_get $app allowed_users)
|
||||||
is_public=$(ynh_app_setting_get $app is_public)
|
is_public=$(ynh_app_setting_get $app is_public)
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
|
|
||||||
|
# Install dependency to convert tracks to a readable format for the browser
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get -y -qq install php5-sqlite
|
||||||
|
|
||||||
# Check domain/path availability
|
# Check domain/path availability
|
||||||
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|
||||||
|| ynh_die "Path not available: ${domain}${path}"
|
|| ynh_die "Path not available: ${domain}${path}"
|
||||||
|
|
Loading…
Reference in a new issue