mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Update install
This commit is contained in:
parent
cf8e5f0ef9
commit
83c10fd8dc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ SFILE=`sudo cat ../sources/source_file`;
|
|||
sudo wget -nv -i ../sources/source_url -O ${SFILE}.tar.gz
|
||||
sudo md5sum -c ../sources/source_md5 --status || (echo "Corrupt source" >&2 && false)
|
||||
sudo tar xvf ${SFILE}.tar.gz -C ../sources/
|
||||
sudo cp -a ../sources/roadiz-src-master/. $final_path
|
||||
sudo cp -r -a ../sources/roadiz-0.17.0/. $final_path
|
||||
|
||||
# Modify the config.yml
|
||||
sed -i "s@db_user@$db_user@g" ../conf/config.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue