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

fix sub-path for update script

This commit is contained in:
anmol26s 2018-09-16 18:46:59 +05:30
parent 531d4b4782
commit 72be16af2d

View file

@ -54,13 +54,6 @@ ynh_clean_setup () {
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
#=================================================
# CHECK THE PATH
#=================================================
# Normalize the URL path syntax
path_url=$(ynh_normalize_url_path $path_url)
#=================================================
# CREATE DEDICATED USER
#=================================================