Skip to content

Commit

Permalink
Update plex_dupe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG authored and MrDoobPG committed Nov 20, 2019
1 parent 6afb5c1 commit 0dc8a5a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions menu/plex_dupe/plex_dupe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,21 @@ doneenter(){

authdel(){
clear
chk=$(figlet Plex Dupe finder | lolcat )
status=$(cat /var/plex_dupe/plex.authdel)
tee <<-EOF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 Plex Dupefinder
🚀 Plex Dupefinder
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Set it to auto mode
[ 1 ] Automode on
[ 2 ] Automode off
Set it to AUTO_DELETE [ $status ]
"AUTO_DELETE": false,
[ 1 ] AUTO_DELETE : on
[ 2 ] AUTO_DELETE : off
NOTE / Info
"AUTO_DELETE": true, - Plex DupeFinder will run in automatic mode.
"AUTO_DELETE": false, - Plex DupeFinder will run in interactive mode. (Default)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EOF
Expand Down

0 comments on commit 0dc8a5a

Please sign in to comment.