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

Update _common.sh

This commit is contained in:
Éric Gaspar 2024-05-26 21:44:05 +02:00
parent 2ba1306ec1
commit dd969a02d2

View file

@ -17,11 +17,3 @@ go_version=1.20
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================
ynh_go_try_bash_extension() {
if [ -x src/configure ]; then
src/configure && make -C src || {
ynh_print_info --message="Optional bash extension failed to build, but things will still work normally."
}
fi
}