aboutsummaryrefslogtreecommitdiff
path: root/screenRecord.sh
diff options
context:
space:
mode:
Diffstat (limited to 'screenRecord.sh')
-rwxr-xr-xscreenRecord.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screenRecord.sh b/screenRecord.sh
index 3aed794..7cb7c77 100755
--- a/screenRecord.sh
+++ b/screenRecord.sh
@@ -1,7 +1,7 @@
#!/bin/sh
markfile='/tmp/screenRec.mark'
-recsFolder="$HOME/videos/recs"
+recsFolder="$HOME/media/videos/recs"
# Check if already recording
[ -e "$markfile" ] && stopScreenRecord.sh && exit 0