1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00

Update install

This commit is contained in:
frju365 2017-08-24 15:10:20 +02:00 committed by GitHub
parent a1f7f13030
commit 564d2251a5

View file

@ -121,6 +121,7 @@ script_dir="$PWD"
pushd "$final_path"
sudo chown -R $app: $final_path
sudo_path npm install --production
sudo_path npm install -g bower
sudo su -l $app -s /bin/bash -c "cd $final_path && env PATH=$PATH bower install"
popd