1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Fix from kay0u suggestion

This commit is contained in:
mastereur 2019-07-04 12:52:42 +02:00
parent 6a8e977bd7
commit db509c6cf5

View file

@ -144,7 +144,7 @@ then
# Remove the lock if it exists
lock=$final_path/documents/install.lock
if -f $lock
if [ -f $lock ]
then
ynh_secure_remove $lock
fi