1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adminer_ynh.git synced 2024-09-03 18:06:06 +02:00

store final_path value in install

This commit is contained in:
anmol26s 2018-09-16 18:36:38 +05:30
parent 75a9110c3d
commit 531d4b4782

View file

@ -58,7 +58,7 @@ ynh_app_setting_set "$app" root_access "$root_access"
# Copy source files
ynh_app_setting_set $app final_path $final_path
sudo mkdir -p $final_path
if [[ $root_access -eq 1 ]]; then