fix syntax

This commit is contained in:
Andrey Abramov 2020-04-03 17:15:44 +03:00
parent df14e79ee2
commit 7ae6ad3ed9

View File

@ -478,7 +478,7 @@ sssd_db_log() {
tmp_files() {
verbose "# Remove temporary files"
run "rm -rf /tmp/*"
run "rm -rf /var/tmp/!(distfiles,portage)" # do not remove both!
run "rm -rf /var/tmp/!(distfiles|portage)" # do not remove both!
run "rm -rf /var/tmp/distfiles/*"
run "rm -rf /var/tmp/portage/*"
verbose