From 8b922c1f00b7bd22f922b7169dab812595c9a031 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 22 Jun 2023 17:39:52 +0200 Subject: Created dominion scripts and updated docs.sh to not need a page number. --- screenRecord.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screenRecord.sh') 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 -- cgit v1.2.1