mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
Do not upgrade the config.json file
To avoid overwritting custom config.json Until a better solution is found...
This commit is contained in:
parent
7d9b511bd7
commit
b7e8cd00e5
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
# Copy source files
|
||||
src_path=/var/www/$app
|
||||
sudo mkdir -p $src_path
|
||||
sudo cp -a index.html manifest.appcache ../conf/config.json $src_path
|
||||
sudo cp -a index.html manifest.appcache $src_path
|
||||
#sudo cp -a ../conf/config.json $src_path
|
||||
|
||||
# Set permissions to app files
|
||||
sudo chown -R root: $src_path
|
||||
|
|
Loading…
Add table
Reference in a new issue