mirror of
https://github.com/YunoHost-Apps/aeneria_ynh.git
synced 2024-09-03 18:06:15 +02:00
Merge pull request #10 from YunoHost-Apps/fix-hook
ynh_exec_as is defined in the _common.sh file
This commit is contained in:
commit
7492432d93
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ app=APPNAMETOCHANGE
|
||||||
|
|
||||||
# Source YunoHost helpers
|
# Source YunoHost helpers
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
source /etc/yunohost/apps/$app/scripts/ynh_exec_as
|
source /etc/yunohost/apps/$app/scripts/_common.sh
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
username=$1
|
username=$1
|
||||||
|
|
|
@ -3,7 +3,7 @@ app=APPNAMETOCHANGE
|
||||||
|
|
||||||
# Source YunoHost helpers
|
# Source YunoHost helpers
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
source /etc/yunohost/apps/$app/scripts/ynh_exec_as
|
source /etc/yunohost/apps/$app/scripts/_common.sh
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
username=$1
|
username=$1
|
||||||
|
|
Loading…
Reference in a new issue