diff options
| author | anmol26s <github@datamol.org> | 2018-06-21 08:44:18 +0530 |
|---|---|---|
| committer | anmol26s <github@datamol.org> | 2018-06-21 08:44:18 +0530 |
| commit | 531aaa6a47c87e41f18eff02a4dd10d2481f9a08 (patch) | |
| tree | 693fcef1b30fd5e7d65092fe7bcd48fe2303bbc9 /scripts/install | |
| parent | 9c37e95309833ae19048ee1e53b8c4070f3e7f8d (diff) | |
| download | mastodon_ynh-531aaa6a47c87e41f18eff02a4dd10d2481f9a08.tar.gz mastodon_ynh-531aaa6a47c87e41f18eff02a4dd10d2481f9a08.tar.bz2 mastodon_ynh-531aaa6a47c87e41f18eff02a4dd10d2481f9a08.zip | |
Fallback user create command
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index f4a8f63..cd9a1ce 100644 --- a/scripts/install +++ b/scripts/install @@ -144,7 +144,7 @@ ynh_add_nginx_config #================================================= # Create a system user -ynh_system_user_create $app +adduser $app --home $final_path --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password chown -R "$app" "$final_path" |
