diff --git a/scripts/install b/scripts/install index 9ef01ce..21a2fed 100755 --- a/scripts/install +++ b/scripts/install @@ -118,7 +118,7 @@ pushd "/var/www/" popd pushd "$final_path" - git checkout "$PHOTOPRISM_VERSION" + git checkout "$PHOTOPRISM_VERSION" 2>&1 popd chmod 750 "$final_path" diff --git a/scripts/restore b/scripts/restore index dfdb02c..c34fa67 100755 --- a/scripts/restore +++ b/scripts/restore @@ -144,7 +144,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="AI-Powered Photos App for the Decentralized Web" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 2cfee8b..a20432f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -75,7 +75,7 @@ then pushd "$final_path" git fetch origin - git checkout "$PHOTOPRISM_VERSION" + git checkout "$PHOTOPRISM_VERSION" 2>&1 popd fi @@ -168,7 +168,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="AI-Powered Photos App for the Decentralized Web" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE