Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
alias gce update for using local file
blitzgce , remove old folder
move old file to ###old
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Dec 7, 2019
1 parent 3ce1e81 commit 78bebbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion menu/alias/templates/gce
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
bash /opt/plexguide/menu/pgcloner/blitzgce.sh
bash /opt/plexguide/menu/gce/blitzgce.sh
7 changes: 7 additions & 0 deletions menu/gce/blitzgce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# URL: https://pgblitz.com - http://github.pgblitz.com
# GNU: General Public License v3.0
################################################################################
#remove old direction if exist
old="/opt/blitzgce/blitzgce.sh"

if [[ -e $old ]]; then
rm -rf /opt/blitzgce/ >/dev/null 2>&1
fi

source /opt/plexguide/menu/gce/functions/main.sh
source /opt/plexguide/menu/gce/functions/interface.sh
source /opt/plexguide/menu/gce/functions/ip.sh
Expand Down
File renamed without changes.

0 comments on commit 78bebbc

Please sign in to comment.