restart.sh 87 B

12345678
  1. #!/usr/bin/env bash
  2. echo "Restarting Tipi..."
  3. scripts/stop.sh
  4. scripts/start.sh
  5. exit