Missing }

This commit is contained in:
Maniack Crudelis 2019-02-26 15:37:50 +01:00 committed by GitHub
parent 9cb71e61f4
commit f51101152a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,6 +148,7 @@ ynh_clean_check_starting () {
# Stop the execution of tail. # Stop the execution of tail.
kill -s 15 $pid_tail 2>&1 kill -s 15 $pid_tail 2>&1
ynh_secure_remove "$templog" 2>&1 ynh_secure_remove "$templog" 2>&1
}
# Read the value of a key in a ynh manifest file # Read the value of a key in a ynh manifest file
# #