Update nodemgmt-scripts.sh
This commit is contained in:
@@ -288,7 +288,12 @@ STATUS(){
|
||||
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
||||
echo -en " ${REPL_DESC[${rcheck}]}${spc}: "
|
||||
else
|
||||
timeout=`date --date='1 minutes' +%s`
|
||||
if [ "${rcheck}" = "nextcloud-data" ] OR [ "${rcheck}" = "nextcloud-www" ]; then
|
||||
timeout=`date --date='2 minutes' +%s`
|
||||
else
|
||||
timeout=`date --date='1 minutes' +%s`
|
||||
fi
|
||||
echo "TIMEOUT: ${rcheck} - ${timeout}"
|
||||
fi
|
||||
checked=false
|
||||
until [ "${checked}" = "" ]; do
|
||||
|
||||
Reference in New Issue
Block a user