allow nodejs to write to ytmusic_cache
This commit is contained in:
@@ -4,4 +4,4 @@ screen -wipe portfolio_devel
|
|||||||
echo '==== Restarting Nginx ===='
|
echo '==== Restarting Nginx ===='
|
||||||
rc-service nginx restart
|
rc-service nginx restart
|
||||||
echo '===== Starting server ===='
|
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 .'
|
||||||
|
|||||||
Reference in New Issue
Block a user