Fix error during mysql regenconf, no templates folder anymoar

This commit is contained in:
Alexandre Aubin 2021-11-13 20:14:25 +01:00
parent 244287bdd0
commit 8d5e69566b

View file

@ -6,7 +6,7 @@ set -e
do_pre_regen() {
pending_dir=$1
cd /usr/share/yunohost/templates/mysql
#cd /usr/share/yunohost/templates/mysql
# Nothing to do
}