mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Update _common.sh
This commit is contained in:
parent
7698d19468
commit
cd3435d17f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUBY_VERSION="3.0.1"
|
||||||
exec_login_as() {
|
exec_login_as() {
|
||||||
local user=$1
|
local user=$1
|
||||||
shift 1
|
shift 1
|
||||||
exec_as $user --login "$@"
|
ynh_exec_as $user --login "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Returns true if a swap partition is enabled, false otherwise
|
# Returns true if a swap partition is enabled, false otherwise
|
||||||
|
|
Loading…
Add table
Reference in a new issue