1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00

Fix typo (#30)

"setuping" -> "setting up"
This commit is contained in:
Benjamin Hartmann 2021-02-03 18:44:27 +01:00 committed by GitHub
parent 52dfb1be4d
commit e06c440642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ chown -R "$app": "$final_path"
#=================================================
# SETUP APPLICATION
#=================================================
ynh_script_progression --message="Setuping the application..." --weight=190
ynh_script_progression --message="Setting up the application..." --weight=190
exec_as "$app" php"$phpversion" "$final_path/admin/cli/install.php" --wwwroot="https://$domain${path_url%/}" --dataroot="$data_path" --dbtype='pgsql' --dbname="$db_name" --dbuser="$db_name" --dbpass="$db_pwd" --adminuser="$admin" --adminpass="$password" --adminemail="$email" --fullname="YunoHost" --shortname="YNH" --non-interactive --agree-license