diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/shione/nginx/create_nginx_user.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy/shione/nginx/create_nginx_user.sh b/deploy/shione/nginx/create_nginx_user.sh new file mode 100644 index 0000000..8d5f13d --- /dev/null +++ b/deploy/shione/nginx/create_nginx_user.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eu + +adduser --system --no-create-home --verbose --debug nginx |