mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
systemd
This commit is contained in:
parent
2a1b978851
commit
35885cc599
1 changed files with 1 additions and 5 deletions
|
@ -1,12 +1,8 @@
|
|||
#!/bin/bash
|
||||
# Define PATH
|
||||
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
|
||||
# Export PATH
|
||||
|
||||
set -e
|
||||
|
||||
trap "sleep 1; continue" ERR
|
||||
|
||||
try_times=100
|
||||
counter=1
|
||||
portainer_username="admin"
|
||||
|
|
Loading…
Reference in a new issue