1
0
Fork 0
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:
Thomas 2024-07-02 11:31:31 +02:00 committed by GitHub
parent 2e21294133
commit 6db14c2e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/admin.sql"
ynh_safe-rm --file="$install_dir/webtrees.sql"
ynh_safe-rm --file="$install_dir/admin.sql"
ynh_safe_rm --file="$install_dir/webtrees.sql"
ynh_safe_rm --file="$install_dir/admin.sql"
#=================================================
# SYSTEM CONFIGURATION