mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] mv: cannot move ‘/tmp/wkhtmltox/.’ to ‘/usr/.’: Device or resource busy
This commit is contained in:
parent
86ed5ebb79
commit
e60644823d
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ else
|
|||
sudo mkdir -p $DESTDIR
|
||||
sudo chown -R $APPNAME: /tmp/wkhtmltox
|
||||
extract_sources $DESTDIR "$APPNAME"
|
||||
sudo cp "$DESTDIR." /usr/
|
||||
sudo cp -R "$DESTDIR." /usr/
|
||||
sudo rm -Rf $DESTDIR
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue