mirror of
https://github.com/caprover/caprover
synced 2025-12-12 22:35:39 +00:00
Updated play-with-docker script
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Run the following line on a PlayWithDocker instance
|
||||||
|
# curl https://raw.githubusercontent.com/caprover/caprover/master/dev-scripts/play_with_caprover.sh | bash
|
||||||
|
|
||||||
sleepWithTimer(){
|
sleepWithTimer(){
|
||||||
secs=${1}
|
secs=${1}
|
||||||
while [ $secs -gt 0 ]; do
|
while [ $secs -gt 0 ]; do
|
||||||
|
|||||||
Reference in New Issue
Block a user