Update demo_lxc_build.sh

This commit is contained in:
yalh76 2022-10-21 20:00:03 +02:00
parent 9a1ea864fa
commit f223c64eba

View file

@ -6,7 +6,6 @@
if [ "${0:0:1}" == "/" ]; then script_dir="$(dirname "$0")"; else script_dir="$(echo $PWD/$(dirname "$0" | cut -d '.' -f2) | sed 's@/$@@')"; fi
source $script_dir/ynh_lxd
source $script_dir/ynh_lxd_demo
source /usr/share/yunohost/helpers
app=${__APP__:-yunohost_demo}