mirror of
https://github.com/valitydev/linux-sysprep.git
synced 2024-11-06 02:25:18 +00:00
fix syntax
This commit is contained in:
parent
df14e79ee2
commit
7ae6ad3ed9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user