Remove log messages from installation script

Removed logging messages for database migrations and service creation.
This commit is contained in:
Romain PINSOLLE 2025-10-31 11:40:38 +01:00 committed by GitHub
parent 89a062bb0b
commit 89d5c096db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,12 +65,12 @@ EOF
cd /opt/snowshare
$STD npx prisma generate
$STD npx prisma migrate deploy
msg_ok "Ran Database Migrations"
cd /opt/snowshare
$STD npm run build
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/snowshare.service
[Unit]
Description=SnowShare - Modern File Sharing Platform