fix
This commit is contained in:
parent
bcb3df8ae6
commit
c6f9cb1a5d
@ -6,6 +6,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
REP_SCRIPT=$(pwd)
|
||||
|
||||
# Installation dépendences
|
||||
apt update
|
||||
apt -y install \
|
||||
@ -41,6 +43,7 @@ chown -R rivendell:rivendell /var/snd
|
||||
chmod 0775 /var/snd
|
||||
|
||||
# Initialisation BDD Audio Démo
|
||||
mysql < ${REP_SCRIPT}/rivendell.sql
|
||||
rddbmgr --create --generate-audio
|
||||
|
||||
# Démarrage service
|
||||
|
Loading…
x
Reference in New Issue
Block a user