mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
aws: Create "setup" user to run setup
Amazon does not permit that a user logs in as root directly. Instead they insist on using sudo. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
4
src/setup/run-setup
Normal file
4
src/setup/run-setup
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Runs setup and tries to gain root privileges
|
||||
exec sudo setup
|
||||
Reference in New Issue
Block a user