mirror of
https://github.com/YunoHost-Apps/ethercalc_ynh.git
synced 2024-09-03 18:26:36 +02:00
fix uncomment forgotten on install script
This commit is contained in:
parent
6c47b6eb16
commit
78104ce646
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ path=${path%/}
|
||||||
|
|
||||||
# Install dependances
|
# Install dependances
|
||||||
sudo apt-get install nodejs-legacy npm redis-server -y
|
sudo apt-get install nodejs-legacy npm redis-server -y
|
||||||
#sudo npm i -g $app_id
|
sudo npm i -g $app_id
|
||||||
|
|
||||||
# Copy files to the right place
|
# Copy files to the right place
|
||||||
sed -i "s@YUNOPORT@$port@g" ../conf/$app_id
|
sed -i "s@YUNOPORT@$port@g" ../conf/$app_id
|
||||||
|
|
Loading…
Reference in a new issue