From 258aa20cb549016256a16468c4e3d45354efde6d Mon Sep 17 00:00:00 2001 From: cimryan Date: Thu, 11 Oct 2018 20:11:28 -0700 Subject: [PATCH] Fix the addition of the archive server to /etc/fstab. --- windows_archive/setup-teslausb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows_archive/setup-teslausb b/windows_archive/setup-teslausb index a075daf..b604986 100644 --- a/windows_archive/setup-teslausb +++ b/windows_archive/setup-teslausb @@ -49,7 +49,7 @@ mkdir /mnt/cam_archive echo "" >> /etc/fstab echo "/piusb.bin /mnt/usb_share vfat noauto,users,umask=000 0 0" >> /etc/fstab -echo "//$archiveserverip/$sharename /mnt/cam_archive cifs vers=3,credentials=/root/.teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0$ +echo "//$archiveserverip/$sharename /mnt/cam_archive cifs vers=3,credentials=/root/.teslaCamArchiveCredentials,iocharset=utf8,file_mode=0777,dir_mode=0777 0" >> /etc/fstab echo "username=$shareuser" > /root/.teslaCamArchiveCredentials echo "password=$sharepassword" >> /root/.teslaCamArchiveCredentials