1
0
Fork 0
ynh-apps_tools/autopatches/patches/missing-seteu-in-change_url/patch.sh

11 lines
270 B
Bash
Raw Normal View History

2022-08-04 11:17:46 +02:00
cd scripts/
if [ ! -e change_url ] || grep -q 'ynh_abort_if_errors' change_url
then
# The app doesn't has any change url script or already has ynh_abort_if_error
exit 0
fi
sed 's@\(source /usr/share/yunohost/helpers\)@\1\nynh_abort_if_errors@g' -i change_url