1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/squid3_ynh.git synced 2024-09-03 20:26:11 +02:00

Remove now official helper

This commit is contained in:
ericgaspar 2020-11-08 12:02:36 +01:00
parent 1ab0422ab3
commit 2554d3bf20
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -7,19 +7,7 @@
# dependencies used by the app
pkg_dependencies="squid3 mailutils"
# ============= FUTURE YUNOHOST HELPER =============
# Delete a file checksum from the app settings
#
# $app should be defined when calling this helper
#
# usage: ynh_remove_file_checksum file
# | arg: file - The file for which the checksum will be deleted
ynh_delete_file_checksum () {
local checksum_setting_name=checksum_${1//[\/ ]/_} # Replace all '/' and ' ' by '_'
ynh_app_setting_delete $app $checksum_setting_name
}
#!/bin/bash
# Send an email to inform the administrator
#