1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/iceshrimp_ynh.git synced 2024-09-03 19:15:54 +02:00

Merge branch 'master' into testing

This commit is contained in:
oufmilo 2023-12-29 16:12:02 +01:00 committed by GitHub
commit cb9bf01afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,9 +64,9 @@ then
pushd $install_dir
chown -R $app:www-data "$install_dir"
ynh_exec_as $app git fetch
ynh_exec_warn_less ynh_exec_as $app git fetch
#git checkout master
ynh_exec_as $app git pull
ynh_exec_warn_less ynh_exec_as $app git pull
popd
fi
@ -137,7 +137,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path=systemd
#=================================================
# END OF SCRIPT
#=================================================