2018-05-05 17:03:04 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-03-04 23:53:39 +01:00
|
|
|
#=================================================
|
|
|
|
# PERSONAL HELPERS
|
|
|
|
#=================================================
|
2018-08-02 09:54:43 +02:00
|
|
|
|
2019-03-04 23:53:39 +01:00
|
|
|
#=================================================
|
|
|
|
# EXPERIMENTAL HELPERS
|
|
|
|
#=================================================
|
2018-08-02 09:54:43 +02:00
|
|
|
|
|
|
|
# Taken from https://github.com/YunoHost-Apps/Experimental_helpers/blob/master/ynh_read_manifest/ynh_read_manifest_2#L14-L28
|
|
|
|
# Idea from https://forum.yunohost.org/t/upgrade-script-how-to-modify-parameter-inside-configuration-file/5352/2
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2019-03-04 23:53:39 +01:00
|
|
|
#=================================================
|
|
|
|
# FUTURE OFFICIAL HELPERS
|
|
|
|
#=================================================
|