mirror of
https://github.com/RasppleII/a2cloud.git
synced 2026-04-21 06:16:32 +00:00
adtpro.sh: Only delay when started interactively
This commit is contained in:
+3
-1
@@ -139,4 +139,6 @@ $HEADLESS"$MY_JAVA_HOME"java -Xms256m -Xmx512m "$TWEAK" $ADTPRO_EXTRA_JAVA_PARMS
|
||||
if [[ $1 == "serial" ]]; then
|
||||
echo "Starting up on interface $serialPortName. Please wait..."
|
||||
fi
|
||||
sleep 30
|
||||
if [ -t 0 ]; then
|
||||
sleep 30
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user