mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix install on ynh 4.1
This commit is contained in:
parent
637a32aa57
commit
6786d9f65e
1 changed files with 2 additions and 3 deletions
|
@ -8,11 +8,10 @@ i386sum="8a0b9e08d9c80790752b435c3e148328"
|
|||
armsum="15ca4b69585a990e00474e4cfc4be9eb"
|
||||
|
||||
init_script() {
|
||||
# Exit on command errors and treat unset variables as an error
|
||||
set -eu
|
||||
|
||||
# Source YunoHost helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
# Exit on command errors and treat unset variables as an error
|
||||
ynh_abort_if_errors
|
||||
|
||||
# Retrieve arguments
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
|
Loading…
Reference in a new issue