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:32:42 +01:00
parent 9a04d653e7
commit 86ed5ebb79

View file

@ -72,7 +72,7 @@ else
sudo mkdir -p $DESTDIR
sudo chown -R $APPNAME: /tmp/wkhtmltox
extract_sources $DESTDIR "$APPNAME"
sudo mv "$DESTDIR." /usr/
sudo cp "$DESTDIR." /usr/
sudo rm -Rf $DESTDIR