1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cheky_ynh.git synced 2024-09-03 18:16:00 +02:00
cheky_ynh/scripts/_common.sh

19 lines
632 B
Bash
Raw Normal View History

2018-05-05 17:03:04 +02:00
#!/bin/bash
2019-03-04 23:53:39 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-03-04 23:53:39 +01:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
# 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
#=================================================