mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
9 lines
204 B
Bash
9 lines
204 B
Bash
#!/bin/bash
|
|
|
|
# Exit hook on subcommand error or unset variable
|
|
set -eu
|
|
|
|
# Source YNH helpers
|
|
source /usr/share/yunohost/helpers
|
|
|
|
ynh_restore_file --origin_path="/home/yunohost.multimedia" --not_mandatory
|