mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/sh
|
|
|
|
echo "Creating centreon-as400 user ..."
|
|
useradd -m -r centreon-as400 2> /dev/null ||: |