mirror of
https://github.com/YunoHost-Apps/webtrees_ynh.git
synced 2024-09-03 18:26:37 +02:00
fix variable typo
This commit is contained in:
parent
2e21294133
commit
6db14c2e27
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ ynh_config_add --template="sql/admin.sql" --destination="$install_dir/admin.sql"
|
||||||
ynh_mysql_db_shell < "$install_dir/webtrees.sql"
|
ynh_mysql_db_shell < "$install_dir/webtrees.sql"
|
||||||
ynh_mysql_db_shell < "$install_dir/admin.sql"
|
ynh_mysql_db_shell < "$install_dir/admin.sql"
|
||||||
|
|
||||||
ynh_safe-rm --file="$install_dir/webtrees.sql"
|
ynh_safe_rm --file="$install_dir/webtrees.sql"
|
||||||
ynh_safe-rm --file="$install_dir/admin.sql"
|
ynh_safe_rm --file="$install_dir/admin.sql"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SYSTEM CONFIGURATION
|
# SYSTEM CONFIGURATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue