1
0
Fork 0
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:
frju365 2017-01-29 16:06:11 +01:00 committed by GitHub
parent 4fbb086094
commit 2076f9fc69

View file

@ -23,6 +23,9 @@ if [[ ! "$path" == "/" ]]; then
path=${path%/}
fi
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Copy files to the right place
final_path=/var/www/$app
sudo mkdir -p $final_path