mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
apt does not like --purge with clean
This commit is contained in:
parent
1f797fefe3
commit
8250bba120
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ function clean_image() {
|
||||||
find /var/log -type f -exec rm {} \; >> $YUNOHOST_LOG 2>&1
|
find /var/log -type f -exec rm {} \; >> $YUNOHOST_LOG 2>&1
|
||||||
|
|
||||||
# Purging apt ...
|
# Purging apt ...
|
||||||
apt-get --purge clean >> $YUNOHOST_LOG 2>&1
|
apt-get clean >> $YUNOHOST_LOG 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue