We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fe0ee commit 1a46d70Copy full SHA for 1a46d70
padd.sh
@@ -1665,12 +1665,15 @@ StartupRoutine(){
1665
fi
1666
1667
1668
- moveXOffset; printf "%s" "- Starting in "
1669
- for i in 3 2 1
1670
- do
1671
- printf "%s..." "$i"
1672
- sleep 1
1673
- done
+ if [ "${runOnce}" = "false" ]; then
+ moveXOffset; printf "%s" "- Starting in "
+ for i in 3 2 1
+ do
+ printf "%s..." "$i"
+ sleep 1
1674
+ done
1675
+ fi
1676
+
1677
}
1678
1679
NormalPADD() {
0 commit comments