We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf46cc commit 2aeb96cCopy full SHA for 2aeb96c
padd.sh
@@ -1683,12 +1683,15 @@ StartupRoutine(){
1683
fi
1684
1685
1686
- moveXOffset; printf "%s" "- Starting in "
1687
- for i in 3 2 1
1688
- do
1689
- printf "%s..." "$i"
1690
- sleep 1
1691
- done
+ if [ "${runOnce}" = "false" ]; then
+ moveXOffset; printf "%s" "- Starting in "
+ for i in 3 2 1
+ do
+ printf "%s..." "$i"
+ sleep 1
1692
+ done
1693
+ fi
1694
+
1695
}
1696
1697
NormalPADD() {
0 commit comments