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 .'