1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00

Upgrade to 1.18.0

This commit is contained in:
ericgaspar 2021-01-16 08:37:50 +01:00
parent bd59ff2718
commit 2d7431d1c1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.18.0-preview/backdrop.zip
SOURCE_SUM=a010ce2265a80c20be68fc7ef6117bf810547ed357302643e1515444e7ed230d
SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.18.0/backdrop.zip
SOURCE_SUM=86c9d282ad67c42f68ecef2175d4b9b02b4bf68045f7e27ec6f95844af11b286
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -114,8 +114,8 @@ ynh_store_file_checksum --file="$final_path/settings.php"
#=================================================
# Set permissions to app files
chown -R $app:www-data $final_path
#chown -R $app:www-data $final_path/files
chown -R root: $final_path
chown -R $app:www-data $final_path/files
chmod -R 770 $final_path/files
#=================================================