mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 14:15:38 +00:00
All files
* added URL to GitHub Repository
This commit is contained in:
@@ -24,7 +24,7 @@ branch="beta"
|
||||
remotebasedir=""
|
||||
shownotifications=""
|
||||
|
||||
backtitle="RCLONE_SCRIPT installer"
|
||||
backtitle="RCLONE_SCRIPT installer (https://github.com/Jandalf81/rclone_script)"
|
||||
logfile=~/scripts/rclone_script/rclone_script-install.log
|
||||
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ UNDERLINE="\Zu"
|
||||
config=~/scripts/rclone_script/rclone_script.ini
|
||||
source ${config}
|
||||
|
||||
backtitle="RCLONE_SCRIPT menu (https://github.com/Jandalf81/rclone_script)"
|
||||
|
||||
|
||||
####################
|
||||
# HELPER FUNCTIONS #
|
||||
@@ -86,7 +88,7 @@ function main_menu ()
|
||||
choice=$(dialog \
|
||||
--stdout \
|
||||
--colors \
|
||||
--backtitle "RCLONE_SCRIPT menu" \
|
||||
--backtitle "${backtitle}" \
|
||||
--title "main menu" \
|
||||
--default-item "${choice}" \
|
||||
--menu "\nWhat do you want to do?" 25 75 20 \
|
||||
|
||||
@@ -16,7 +16,7 @@ REVERSE="\Zr"
|
||||
UNDERLINE="\Zu"
|
||||
|
||||
|
||||
backtitle="RCLONE_SCRIPT uninstaller"
|
||||
backtitle="RCLONE_SCRIPT uninstaller (https://github.com/Jandalf81/rclone_script)"
|
||||
logfile=~/scripts/rclone_script/rclone_script-uninstall.log
|
||||
|
||||
source ~/scripts/rclone_script/rclone_script.ini
|
||||
|
||||
Reference in New Issue
Block a user