Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Mar 20, 2019
1 parent 80875ec commit def4c08
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions functions/clonestartoutput.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ elif [[ "$transport" == "bu" ]]; then
optionsmenu ;;
C )
optionsmenu ;;
d )
mountnumbers ;;
D )
mountnumbers ;;
* )
clonestart ;;
esac
Expand Down Expand Up @@ -325,6 +329,10 @@ elif [[ "$transport" == "be" ]]; then
optionsmenu ;;
C )
optionsmenu ;;
d )
mountnumbers ;;
D )
mountnumbers ;;
* )
clonestart ;;
esac
Expand All @@ -341,10 +349,9 @@ tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[1] Transport Select | INFO: Change Transport Type
[2] RClone VFS Mount Settings| INFO: Change Mount Variable Performance
[3] Destroy All Service Keys | WARN: Wipes All Keys for the Project
[4] Create New Project | WARN: Resets Everything
[5] Demo Mode - ${demo} | Hide the E-Mail Address on the Front
[2] Destroy All Service Keys | WARN: Wipes All Keys for the Project
[3] Create New Project | WARN: Resets Everything
[4] Demo Mode - ${demo} | Hide the E-Mail Address on the Front
[Z] Exit
NOTE: When creating a NEW PROJECT (option C), the USER must create the
Expand All @@ -359,12 +366,10 @@ case $typed in
1 )
transportselect ;;
2 )
mountnumbers ;;
3 )
deletekeys ;;
4 )
3 )
projectnameset ;;
5 )
4 )
demomode ;;
Z )
clonestart ;;
Expand Down

0 comments on commit def4c08

Please sign in to comment.