Skip to content

Commit 288a680

Browse files
author
Kristan Kenney
committed
Do not remove custom configuration files during rebuild/suspension
Fix for hestiacp#401
1 parent 28befb9 commit 288a680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/domain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ del_web_config() {
341341
fi
342342

343343
# Remove domain configuration files and clean up symbolic links
344-
rm -f "$conf" "${conf}"_*
344+
rm -f "$conf"
345345

346346
if [ ! -z "$WEB_SYSTEM" ] && [ "$WEB_SYSTEM" = "$1" ]; then
347347
rm -f "/etc/$WEB_SYSTEM/conf.d/domains/$confname"

0 commit comments

Comments
 (0)