Skip to content

Commit

Permalink
Merge pull request #28 from dlt-green/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dlt-green authored Jul 5, 2022
2 parents 1348dee + 2da3199 commit e9c3b1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion node-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,11 @@ SystemUpdates() {

read n
case $n in
1) sudo reboot ;;
1) echo 'rebooting...'; sleep 3
sudo docker ps -a -q
sleep 3
sudo reboot
;;
*) MainMenu ;;
esac
}
Expand Down Expand Up @@ -448,7 +452,9 @@ IotaBee() {
if [ -d /var/lib/$VAR_DIR ]; then cd /var/lib/$VAR_DIR || exit; fi

docker-compose up -d
sleep 3
RenameContainer
sleep 3

echo ""
echo "═══════════════════════════════════════════════════════════════════════════════"
Expand Down

0 comments on commit e9c3b1e

Please sign in to comment.