1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

try trailing space for echo $message

the variable $message use echo in the sript. so does the text can be write with "\n" ??
This commit is contained in:
Robles Rodolphe 2023-02-16 13:19:28 +01:00 committed by GitHub
parent 267e2c3995
commit e4f670a8d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,15 +184,7 @@ ynh_systemd_action --service_name=nginx --action=reload
#================================================= #=================================================
ynh_script_progression --message="Sending a readme for the admin..." --weight=1 ynh_script_progression --message="Sending a readme for the admin..." --weight=1
message="Garradin was successfully upgraded :) message="Garradin was successfully upgraded :)\nGarradin becomes Paheko. You can now upgrade Garradin with Paheko ! Don't stay with this repository, it will be no more supported.\n\nTake a Look at the Paheko repository and read the instructions how to migrate your application Garradin to Paheko:\nhttps:\/\/github.com\/YunoHost-Apps\/paheko_ynh\n\nThis can only be done from the command-line interface - e.g. through SSH. Once you're connected, you simply have to execute the following:\nyunohost app upgrade garradin -u https:\/\/github.com\/YunoHost-Apps\/paheko_ynh --debug\nThe --debug option will let you see the full output. If you encounter any issue, please report it aand paste the logs.\n\nImportant: After the migration, you'll have to wait a couple of minutes (at most 3 minutes) before you can start using Paheko."
Garradin becomes Paheko. You can now upgrade Garradin with Paheko ! Don't stay with this repository, it will be no more supported.
Take a Look at the Paheko repository and read the instructions how to migrate your application Garradin to Paheko:
https://github.com/YunoHost-Apps/paheko_ynh/
This can only be done from the command-line interface - e.g. through SSH. Once you're connected, you simply have to execute the following:
'yunohost app upgrade garradin -u https://github.com/YunoHost-Apps/paheko_ynh --debug'
The --debug option will let you see the full output. If you encounter any issue, please report it aand paste the logs.
Important: After the migration, you'll have to wait a couple of minutes (at most 3 minutes) before you can start using Paheko."
ynh_send_readme_to_admin "$message" ynh_send_readme_to_admin "$message"