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:
parent
6a8e977bd7
commit
db509c6cf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue