1
0
Fork 0
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:
ericgaspar 2021-06-03 15:19:25 +02:00
parent 7698d19468
commit cd3435d17f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -18,7 +18,7 @@ RUBY_VERSION="3.0.1"
exec_login_as() {
local user=$1
shift 1
exec_as $user --login "$@"
ynh_exec_as $user --login "$@"
}
# Returns true if a swap partition is enabled, false otherwise