Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Dec 2, 2018
1 parent 32512a5 commit fe20d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/pgmove/pgmove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ question1 () {
bwrecall
readrcloneconfig

if [[ "$gdstatus" == "good" && "$gcstatus" == "bad" ]]; then message="3 - Deploy PG Drives : GDrive" && message2="Z-Exit" dstatus="1";
if [[ "$gdstatus" == "good" && "$gcstatus" == "bad" ]]; then message="3 - Deploy PG Drives : GDrive" && message2="Z - Exit" dstatus="1";
elif [[ "$gdstatus" == "good" && "$gcstatus" == "good" ]]; then message="3 - Deploy PG Drives : GDrive /w Encryption" && message2="Z - Exit" && dstatus="2";
else message="Z - Exit" message2="" && dstatus="0"; fi

Expand Down

0 comments on commit fe20d2e

Please sign in to comment.