mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Fix typo
This commit is contained in:
parent
9fc164edba
commit
c3b767cf04
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fi
|
||||||
|
|
||||||
[[ $YNH_APP_ID == "garradin" ]] \
|
[[ $YNH_APP_ID == "garradin" ]] \
|
||||||
&& [[ "$(cat "/opt/$app/templates/.VERSION")" != 1.2.2 ]] \
|
&& [[ "$(cat "/opt/$app/templates/.VERSION")" != 1.2.2 ]] \
|
||||||
&& ynh_die --message "It look like that you have an old Garradin install. You need first upgrade Gogs instance (id: $garradin_migrate_id) and after migrate to Paheko."
|
&& ynh_die --message "It look like that you have an old Garradin install. You need first upgrade Garradin instance (id: $garradin_migrate_id) and after migrate to Paheko."
|
||||||
ynh_handle_app_migration --migration_id=garradin --migration_list=garradin_migrations
|
ynh_handle_app_migration --migration_id=garradin --migration_list=garradin_migrations
|
||||||
|
|
||||||
if [[ $migration_process -eq 1 ]]; then
|
if [[ $migration_process -eq 1 ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue