diff options
Diffstat (limited to 'scripts/once-only-owncloud.sh')
-rwxr-xr-x | scripts/once-only-owncloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/once-only-owncloud.sh b/scripts/once-only-owncloud.sh index 66b3ee4..874ba56 100755 --- a/scripts/once-only-owncloud.sh +++ b/scripts/once-only-owncloud.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [ "$(pidof owncloud)" ] +if [ "$(pidof nextcloud)" ] then echo "ownCloud already running." else |