mirror of https://github.com/tteck/Proxmox.git
Update pingvin-install.sh
fixes https://github.com/tteck/Proxmox/issues/3373
This commit is contained in:
parent
19fef65ac0
commit
2446b6599f
|
@ -43,6 +43,7 @@ $STD npm install
|
||||||
$STD npm run build
|
$STD npm run build
|
||||||
$STD pm2 start --name="pingvin-share-backend" npm -- run prod
|
$STD pm2 start --name="pingvin-share-backend" npm -- run prod
|
||||||
cd ../frontend
|
cd ../frontend
|
||||||
|
sed -i '/"admin.config.smtp.allow-unauthorized-certificates":\|admin.config.smtp.allow-unauthorized-certificates.description":/,+1d' ./src/i18n/translations/fr-FR.ts
|
||||||
$STD npm install
|
$STD npm install
|
||||||
$STD npm run build
|
$STD npm run build
|
||||||
$STD pm2 start --name="pingvin-share-frontend" npm -- run start
|
$STD pm2 start --name="pingvin-share-frontend" npm -- run start
|
||||||
|
|
Loading…
Reference in New Issue