mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Update install
This commit is contained in:
parent
4fbb086094
commit
2076f9fc69
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ if [[ ! "$path" == "/" ]]; then
|
||||||
path=${path%/}
|
path=${path%/}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Source YunoHost helpers
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
|
|
Loading…
Reference in a new issue