aboutsummaryrefslogtreecommitdiff
path: root/scripts/once-only-nextcloud.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-22 16:39:17 -0200
committerEuAndreh <eu@euandre.org>2019-01-22 16:39:17 -0200
commit5e0919db80267d5ed476c744e3f13f8d8f711571 (patch)
tree8cdb09cdb57bc05e2411f60ef2c40d7a30d56eea /scripts/once-only-nextcloud.sh
parentRemove $HOME variable from npmrc.sh. (diff)
downloaddotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.gz
dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.xz
Nextcloud -> ownCloud
Client change only.
Diffstat (limited to 'scripts/once-only-nextcloud.sh')
-rwxr-xr-xscripts/once-only-nextcloud.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/once-only-nextcloud.sh b/scripts/once-only-nextcloud.sh
deleted file mode 100755
index 7886b6f..0000000
--- a/scripts/once-only-nextcloud.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-if [ "$(pidof nextcloud)" ]
-then
- echo "Nextcloud already running."
-else
- echo "Nextcloud not running yet. Starting it."
- nextcloud & disown
-fi