From 4d0b010e8df7347fa14043c320240c0f6daf9411 Mon Sep 17 00:00:00 2001 From: Ray Tanaka Date: Mon, 29 Oct 2018 15:06:46 -0700 Subject: [PATCH] removing since this is done in configure-archive and to make it more consistent with the others --- run/cifs_archive/verify-archive-configuration.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/run/cifs_archive/verify-archive-configuration.sh b/run/cifs_archive/verify-archive-configuration.sh index 5bbc131..b7d47e1 100644 --- a/run/cifs_archive/verify-archive-configuration.sh +++ b/run/cifs_archive/verify-archive-configuration.sh @@ -24,10 +24,6 @@ function check_archive_mountable () { mkdir "$test_mount_location" fi - local tmp_credentials_file_path="/tmp/teslaCamArchiveCredentials" - - /root/bin/write-archive-credentials-to.sh "$tmp_credentials_file_path" - local mount_failed=false mount -t cifs "//$archive_server_ip_address/$sharename" "$test_mount_location" -o "vers=${cifs_version},credentials=${tmp_credentials_file_path},iocharset=utf8,file_mode=0777,dir_mode=0777" || mount_failed=true