seek-tune/scripts/after_install.sh
Chigozirim Igweamaka 91cab94ff1 Remove OpenSSL import
2024-05-27 01:34:24 +01:00

6 lines
No EOL
152 B
Bash

#!/usr/bin/env bash
sudo chown -R ubuntu:ubuntu /home/ubuntu/song-recognition
sudo systemctl start mongod.service
sudo systemctl enable mongod.service