mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
making changes to reflect upstream changes
This commit is contained in:
@@ -120,7 +120,7 @@ function check_archive_configs () {
|
||||
|
||||
if [ "$RSYNC_ENABLE" = true ] && [ "$RCLONE_ENABLE" = true ]
|
||||
then
|
||||
echo "STOP: Cannot enable rsync and rclone at the same time"
|
||||
setup_progress "STOP: Cannot enable rsync and rclone at the same time"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@@ -234,7 +234,7 @@ function configure_archive_scripts () {
|
||||
|
||||
function install_archive_scripts () {
|
||||
check_variable "archive_module"
|
||||
echo "Installing scripts for archive module: $archive_module"
|
||||
setup_progress "Installing scripts for archive module: $archive_module"
|
||||
|
||||
local install_path="/root/bin"
|
||||
get_script $install_path verify-archive-configuration.sh $archive_module
|
||||
|
||||
Reference in New Issue
Block a user