mirror of
https://github.com/YunoHost-Apps/phplicensewatcher_ynh.git
synced 2024-09-03 19:56:32 +02:00
test 2
This commit is contained in:
parent
79c52d0feb
commit
7f3af18cae
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ ynh_print_info "Creating a MySQL database..."
|
|||
db_name=$(ynh_sanitize_dbid $app)
|
||||
ynh_app_setting_set $app db_name $db_name
|
||||
ynh_mysql_setup_db $db_name $db_name
|
||||
ynh_mysql_execute_file_as_root -f "$final_path/phplicensewatcher.sql" -d "$db_name"
|
||||
ynh_mysql_execute_file_as_root --file="$final_path/phplicensewatcher.sql" --database="$db_name"
|
||||
|
||||
#=================================================
|
||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||
|
|
Loading…
Add table
Reference in a new issue