mirror of
https://github.com/YunoHost-Apps/teampass_ynh.git
synced 2024-09-03 20:26:37 +02:00
Copie des ajouts
This commit is contained in:
parent
62f02b72e3
commit
6fabb17f34
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ path=${path%/}
|
||||||
# Copy source files
|
# Copy source files
|
||||||
sudo mkdir -p $final_path
|
sudo mkdir -p $final_path
|
||||||
sudo cp -a ../sources/* $final_path
|
sudo cp -a ../sources/* $final_path
|
||||||
|
sudo cp -a ../sources/ajouts/.* $final_path
|
||||||
|
|
||||||
# Modify php-fpm pool configuration and copy it to php-fpm pool directory for teampass
|
# Modify php-fpm pool configuration and copy it to php-fpm pool directory for teampass
|
||||||
sed -i "s@__NAMETOCHANGE__@$app@g" ../conf/php-fpm.conf
|
sed -i "s@__NAMETOCHANGE__@$app@g" ../conf/php-fpm.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue