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:
parent
75a9110c3d
commit
531d4b4782
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ ynh_app_setting_set "$app" root_access "$root_access"
|
||||||
|
|
||||||
|
|
||||||
# Copy source files
|
# Copy source files
|
||||||
|
ynh_app_setting_set $app final_path $final_path
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
|
|
||||||
if [[ $root_access -eq 1 ]]; then
|
if [[ $root_access -eq 1 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue