1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

move logo to sources folder

This commit is contained in:
Éric Gaspar 2024-02-29 18:47:11 +01:00
parent 74ba12cc96
commit 3ff7bc4f65
3 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ chown $app:$app "$install_dir/app/inc/config.php"
# REPLACE LOGO IMAGE (DEFAULT IS FRAMADATE)
#=================================================
cp ../conf/logo.png "$install_dir/images"
cp ../sources/logo.png "$install_dir/images"
#=================================================
# CREATE LOG FILE

View file

@ -51,7 +51,7 @@ chown $app:$app "$install_dir/app/inc/config.php"
# REPLACE LOGO IMAGE (DEFAULT IS FRAMADATE)
#=================================================
cp ../conf/logo.png "$install_dir/images"
cp ../sources/logo.png "$install_dir/images"
#=================================================
# CREATE LOG FILE

View file

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB