mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helpers2.1: sudo -u$app -> sudo -u $app
This commit is contained in:
parent
3942ea12ae
commit
d4857834f3
1 changed files with 1 additions and 1 deletions
|
@ -178,5 +178,5 @@ ynh_system_user_delete() {
|
|||
#
|
||||
# usage: ynh_exec_as_app COMMAND [ARG ...]
|
||||
ynh_exec_as_app() {
|
||||
sudo -E -u"$app" "$@"
|
||||
sudo -E -u "$app" "$@"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue