Fix condition

This commit is contained in:
Bob Mottram 2016-10-16 20:03:46 +01:00
parent 31300402d4
commit 4d74f9119c
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function gnusocial_create_database {
}
function gnusocial_running_script {
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
if [[ $(is_completed "install_gnusocial") == "0" ]]; then
return
fi