summaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
authorIngar <ingar@telenet.be>2026-05-01 14:26:59 +0200
committerIngar <ingar@telenet.be>2026-05-01 14:26:59 +0200
commit47fc3343631066e7d5542b4a381195d72a01007f (patch)
treed37b8fee9c52b34152f3dc13fa61be0adc93bda6 /camera
parentbc7b88a131d14bf8966569a739ea8c2aff3dd1f3 (diff)
Replaced ~ in the camera script with ${HOME}.
Diffstat (limited to 'camera')
-rwxr-xr-xcamera/camera2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/camera b/camera/camera
index 8c5fdf3..b80e6f8 100755
--- a/camera/camera
+++ b/camera/camera
@@ -25,7 +25,7 @@ camera_help() {
# Directory to save images to
# Note: direcory names with spaces might not work
-DIRECTORY="~/DCIM"
+DIRECTORY="${HOME}/DCIM"
# Current tine zone
TZ="Europe/Brussels"