Update default.inc
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
SSHCMD='ssh -tq -o ConnectTimeout=3 -o ConnectionAttempts=1'
|
||||||
|
|
||||||
do_with_root() {
|
do_with_root() {
|
||||||
if [[ `whoami` = 'root' ]]; then
|
if [[ `whoami` = 'root' ]]; then
|
||||||
$*
|
$*
|
||||||
|
|||||||
Reference in New Issue
Block a user