1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/aeneria_ynh.git synced 2024-09-03 18:06:15 +02:00

ynh_exec_as is defined in the _common.sh file

This commit is contained in:
Kay0u 2021-04-12 15:17:53 +02:00
parent bf9db969ce
commit aa15596ae1
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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