improve RTL output

This commit is contained in:
openoms 2022-05-10 08:35:42 +01:00
parent 453c82e048
commit 1d40e7b443
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -160,7 +160,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
exit 1
fi
# install
echo "# Run: npm install"
echo "# Running npm install ..."
export NG_CLI_ANALYTICS=false
sudo -u rtl npm install --only=prod --logLevel warn
if ! [ $? -eq 0 ]; then
@ -183,7 +183,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
sudo chown -R rtl:rtl /mnt/hdd/app-data/rtl
echo "# Create Systemd Service: ${systemdService}.service (Template)"
echo "
echo "\
# Systemd unit for ${systemdService}
[Unit]