Implement dummy backup/restore script for permission app to be able to test backup/restore of permissions...

This commit is contained in:
Alexandre Aubin 2019-09-13 19:06:27 +02:00
parent 506c17457f
commit e4068bb619
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Stop script if errors
ynh_abort_if_errors

View file

@ -0,0 +1,11 @@
#!/bin/bash
#=================================================
# GENERIC START
#=================================================
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Stop script if errors
ynh_abort_if_errors