fixes permission issue in install script

This commit is contained in:
Lars Berning 2021-05-02 18:39:00 +02:00 committed by GitHub
parent 475f0f4835
commit 4a6f8d9cc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ print "Downloading and compiling Runtime dependencies..."
sudo npm ci
sudo npm run build
if ! [[ -f "config/config.js" ]]; then
cp install/config.js config/
sudo cp install/config.js config/
fi
print