Add lilbox user

This commit is contained in:
Dmitri Popov
2018-03-31 16:58:45 +02:00
parent 5e2e00d3d3
commit 167f7ee3e5
4 changed files with 24 additions and 15 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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