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:
parent
bd59ff2718
commit
2d7431d1c1
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue