making changes to reflect upstream changes

This commit is contained in:
Ray Tanaka
2018-10-29 22:56:11 -07:00
parent 0e016fb176
commit ef523f542d

View File

@@ -120,7 +120,7 @@ function check_archive_configs () {
if [ "$RSYNC_ENABLE" = true ] && [ "$RCLONE_ENABLE" = true ] if [ "$RSYNC_ENABLE" = true ] && [ "$RCLONE_ENABLE" = true ]
then 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 exit 1
fi fi
@@ -234,7 +234,7 @@ function configure_archive_scripts () {
function install_archive_scripts () { function install_archive_scripts () {
check_variable "archive_module" 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" local install_path="/root/bin"
get_script $install_path verify-archive-configuration.sh $archive_module get_script $install_path verify-archive-configuration.sh $archive_module