From 372620e2c9b21638e496a9489f218b9ea7c26d53 Mon Sep 17 00:00:00 2001 From: oddbyte Date: Mon, 19 Jan 2026 12:27:24 -0500 Subject: [PATCH] allow nodejs to write to ytmusic_cache --- start_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_dev.sh b/start_dev.sh index 664c0b9..d487f0c 100755 --- a/start_dev.sh +++ b/start_dev.sh @@ -4,4 +4,4 @@ screen -wipe portfolio_devel echo '==== Restarting Nginx ====' rc-service nginx restart echo '===== Starting server ====' -sudo -iu prod bash -c 'cd /development/website && node --permission --allow-fs-read=/development/website/* .' +sudo -iu prod bash -c 'cd /development/website && node --permission --allow-fs-read=/development/website/* --allow-fs-write=/development/website/ytmusic_cache .'