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

11 lines
290 B
Bash
Executable file

#!/usr/bin/env bash
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