Skip to content

Commit

Permalink
interface / mot.d update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Oct 16, 2019
1 parent d76479e commit 0886be6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions menu/functions/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ templatespart2() {
ansible-playbook /opt/plexguide/menu/alias/alias.yml >/dev/null 2>&1
ansible-playbook /opt/plexguide/menu/prune/main.yml >/dev/null 2>&1
ansible-playbook /opt/plexguide/menu/pg.yml --tags journal >/dev/null 2>&1
ansible-playbook /opt/plexguide/menu/motd/motd.yml >/dev/null 2>&1

}

Expand Down
8 changes: 4 additions & 4 deletions menu/start/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ EOF
tee <<-EOF
[1] Traefik : Reverse Proxy
[2] Port Guard : [$ports] Protects the Server Ports
[3] PTS Shield : Enable Google's OAuthentication Protection
[2] PTS Shield : Enable Google's OAuthentication Protection
[3] Port Guard : [$ports] Protects the Server Ports
[4] rClone : Mount Transport
[5] APPBox : Apps ~ Core, Community & Removal
[6] WordPress : Deploy WordPress Instances
Expand All @@ -230,11 +230,11 @@ EOF
primestart
;;
2)
bash /opt/plexguide/menu/portguard/portguard.sh
bash /opt/plexguide/menu/pgcloner/pgshield.sh
primestart
;;
3)
bash /opt/plexguide/menu/pgcloner/pgshield.sh
bash /opt/plexguide/menu/portguard/portguard.sh
primestart
;;
4)
Expand Down

0 comments on commit 0886be6

Please sign in to comment.