mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
Adhere to the naming convention
This commit is contained in:
12
scripts/opensuse linux/pi.setup.sh
Executable file
12
scripts/opensuse linux/pi.setup.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
: "${USER_FULL_NAME:='Mek'}"
|
||||
: "${USER_NAME:='mek'}"
|
||||
: "${USER_PASSWORD:?'not set'}"
|
||||
: "${USER_TYPE:='local'}"
|
||||
|
||||
yast users add batchmode verbose \
|
||||
type="$USER_TYPE" \
|
||||
username="$USER_NAME" \
|
||||
password="$USER_PASSWORD" \
|
||||
cn="$USER_FULL_NAME"
|
||||
Reference in New Issue
Block a user