Remove log messages from installation script
Removed logging messages for database migrations and service creation.
This commit is contained in:
parent
89a062bb0b
commit
89d5c096db
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user