Skip to content

Commit

Permalink
file.sh update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Oct 24, 2019
1 parent 7348151 commit 7a4f44e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions menu/functions/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ downloadpg() {
ansible-playbook /opt/pgstage/clone.yml
rm -rf /opt/plexguide/place.holder >/dev/null 2>&1
rm -rf /opt/plexguide/.git* >/dev/null 2>&1

ansible-playbook /opt/plexguide/menu/alias/alias.yml 1>/dev/null 2>&1
ansible-playbook /opt/plexguide/menu/alias/alias.yml 1>/dev/null 2>&1
touch /var/plexguide/exited.upgrade
}

missingpull() {
Expand Down
2 changes: 1 addition & 1 deletion menu/version/file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ parttwo() {

if [ "$storage" != "" ]; then
break=yes
echo $storage >/var/plexguide/pg.number
echo -e $storage >/var/plexguide/pg.number
ansible-playbook /opt/plexguide/menu/version/choice.yml

tee <<-EOF
Expand Down

0 comments on commit 7a4f44e

Please sign in to comment.