Skip to content

Commit 30775f3

Browse files
authored
Update v-generate-ssl-cert (hestiacp#3783)
Added the -M flag to prevent mail from being sent even if there's an error.
1 parent a3d7916 commit 30775f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-generate-ssl-cert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ esac
173173
# Don't allow non root users view folder
174174
chmod 660 $workdir
175175
# Clean up the mess
176-
echo "rm -rf $workdir" | at "now +15 minute" > /dev/null 2>&1
176+
echo "rm -rf $workdir" | at -M "now +15 minute" > /dev/null 2>&1
177177
# Delete tmp dir
178178
#rm -rf $workdir
179179

0 commit comments

Comments
 (0)