1
0
Fork 0
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:
ljf 2016-12-14 12:39:02 +01:00
parent 86ed5ebb79
commit e60644823d

View file

@ -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