Browse Source
Merge pull request #220 from YunoHost-Apps/fix-typo
Fix typo
pull/216/head
Maniack Crudelis
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/install
|
|
|
@ -69,7 +69,7 @@ ynh_mysql_setup_db --db_user=$db_name --db_name=$db_name |
|
|
|
#================================================= |
|
|
|
# DOWNLOAD, CHECK AND UNPACK SOURCE |
|
|
|
#================================================= |
|
|
|
ynh_script_progression --message="Setting up source files..."5 |
|
|
|
ynh_script_progression --message="Setting up source files..." |
|
|
|
|
|
|
|
# Load the last available version |
|
|
|
source upgrade.d/upgrade.last.sh |
|
|
|
|