first commit
This commit is contained in:
parent
cdf74890ea
commit
d0b578bc2c
@ -80,4 +80,8 @@ sudo -u portainer http --form POST :9000/api/endpoints "Authorization: Bearer $j
|
|||||||
|
|
||||||
#Housekeeping
|
#Housekeeping
|
||||||
sed -i /@reboot/d /etc/crontab
|
sed -i /@reboot/d /etc/crontab
|
||||||
echo '@reboot root /usr/bin/tmux new-session -d /usr/local/bin/rebuild' >> /etc/crontab
|
echo '@reboot root /usr/bin/tmux new-session -d /usr/local/bin/rebuild > /dev/tty1' >> /etc/crontab
|
||||||
|
echo ""
|
||||||
|
echo "Portainer Sandobx installed. Open your browser on http://localhost:9090"
|
||||||
|
echo "Username: portainer"
|
||||||
|
echo "Password: portainer1234"
|
||||||
|
6
prog.sh
6
prog.sh
@ -1,6 +0,0 @@
|
|||||||
echo -ne '... (33%)\r'
|
|
||||||
sleep 1
|
|
||||||
echo -ne '...... (66%)\r'
|
|
||||||
sleep 1
|
|
||||||
echo -ne '.......... (100%)\r'
|
|
||||||
echo -ne '\n'
|
|
Loading…
Reference in New Issue
Block a user