1
0
Fork 0
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:
Jeff 2016-12-06 11:44:12 +01:00 committed by GitHub
parent 7d9b511bd7
commit b7e8cd00e5

View file

@ -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