diff options
| author | Ingar <ingar@telenet.be> | 2026-05-01 14:26:59 +0200 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2026-05-01 14:26:59 +0200 |
| commit | 47fc3343631066e7d5542b4a381195d72a01007f (patch) | |
| tree | d37b8fee9c52b34152f3dc13fa61be0adc93bda6 /camera | |
| parent | bc7b88a131d14bf8966569a739ea8c2aff3dd1f3 (diff) | |
Replaced ~ in the camera script with ${HOME}.
Diffstat (limited to 'camera')
| -rwxr-xr-x | camera/camera | 2 |
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" |
