From 81a46c1f8a7548d4f91d06fc2abf7463f5b1ada2 Mon Sep 17 00:00:00 2001 From: Kewitt Date: Tue, 3 Jun 2025 22:44:53 +0000 Subject: [PATCH] Update whit_install.sh --- whit_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whit_install.sh b/whit_install.sh index e2efa52..eb0f40f 100644 --- a/whit_install.sh +++ b/whit_install.sh @@ -7,8 +7,8 @@ sudo apt install kodi lftp fbi ffmpeg cifs-utils samba apache2 php libapache2-mo current_date=$(date +%Y_%m_%d_%H_%M_%S) #Backup modified files -cp /home/$USER/.bashrc /home/$USER/.bashrc.$current_date -sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.$current_date +cp /home/$USER/.bashrc /home/$USER/WHIT/install/backup/.bashrc.$current_date +sudo cp /etc/samba/smb.conf /home/$USER/WHIT/install/backup/smb.conf.$current_date sudo cat /home/$USER/WHIT/install/samba.conf |sudo tee -a /etc/samba/smb.conf sudo cp /home/$USER/WHIT/install/html /var/www/html/whit -r