Add lilbox user
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# to install the required packages and configure the system.
|
||||
|
||||
# Specify a storage device and its mount point
|
||||
HOME_DIR="/home/pi/BACKUP" # Home directory path
|
||||
HOME_DIR="/home/lilbox/BACKUP" # Home directory path
|
||||
SHUTD="5" # Minutes to wait before shutdown due to inactivity
|
||||
|
||||
# Set the ACT LED to heartbeat
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
# and other settings
|
||||
STORAGE_DEV="sda1" # Name of the storage device
|
||||
STORAGE_MOUNT_POINT="/media/storage" # Mount point of the storage device
|
||||
SOURCE_DIR="/home/pi/BACKUP/"
|
||||
SOURCE_DIR="/home/lilbox/BACKUP/"
|
||||
SHUTD="5" # Minutes to wait before shutdown due to inactivity
|
||||
|
||||
# Set the ACT LED to heartbeat
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
while :
|
||||
do
|
||||
if [[ ! $(pgrep -f rc.py) ]]; then
|
||||
cd /home/pi/little-backup-box/rc/
|
||||
cd /home/lilbox/little-backup-box/rc/
|
||||
sudo python3 rc.py
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user