File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ elif [ ! -f "$HESTIA/web/images/custom/logo.svg" ] && [ "$download" = "yes" ]; t
3737fi
3838
3939if [ -f " $HESTIA /web/images/custom/logo.png" ]; then
40- cp -f $" HESTIA/web/images/custom/logo.png" " $HESTIA /web/images/logo.png"
40+ cp -f " $ HESTIA /web/images/custom/logo.png" " $HESTIA /web/images/logo.png"
4141elif [ ! -f " $HESTIA /web/images/custom/logo.png" ] && [ " $download " = " yes" ]; then
4242 download_file " https://raw.githubusercontent.com/hestiacp/hestiacp/release/web/images/logo.png" " $HESTIA /web/images/logo.png"
4343fi
@@ -49,7 +49,7 @@ elif [ ! -f "$HESTIA/web/images/custom/logo-header.svg" ] && [ "$download" = "ye
4949fi
5050
5151if [ -f " $HESTIA /web/images/custom/favicon.png" ]; then
52- cp -f" $HESTIA /web/images/custom/favicon.png" " $HESTIA /web/images/favicon.png"
52+ cp -f " $HESTIA /web/images/custom/favicon.png" " $HESTIA /web/images/favicon.png"
5353elif [ ! -f " $HESTIA /web/images/custom/favicon.png" ] && [ " $download " = " yes" ]; then
5454 download_file " https://raw.githubusercontent.com/hestiacp/hestiacp/release/web/images/favicon.png" " $HESTIA /web/images/favicon.png"
5555fi
You can’t perform that action at this time.
0 commit comments