|
@@ -1,7 +1,5 @@
|
|
|
#!/bin/bash
|
|
|
|
|
|
-ynh_die "restore script is not implemented"
|
|
|
-
|
|
|
#=================================================
|
|
|
# IMPORT GENERIC HELPERS
|
|
|
#=================================================
|
|
@@ -14,6 +12,8 @@ fi
|
|
|
source _common.sh
|
|
|
source /usr/share/yunohost/helpers
|
|
|
|
|
|
+ynh_die "restore script is not implemented yet"
|
|
|
+
|
|
|
#=================================================
|
|
|
# MANAGE SCRIPT FAILURE
|
|
|
#=================================================
|