some optimizations
This commit is contained in:
@@ -14,10 +14,10 @@ stow_nextcloud() {
|
||||
echo "Fehler: Benötige $HOME/nextcloud/local_configs" >&2
|
||||
exit 1
|
||||
fi
|
||||
stow --dir=$HOME/nextcloud/local_configs default
|
||||
stow --dir=$HOME/nextcloud/local_configs --target=$HOME default
|
||||
}
|
||||
|
||||
nextcloud &
|
||||
|
||||
retry 30 10 stow_nextcloud
|
||||
retry 90 10 stow_nextcloud
|
||||
|
||||
|
||||
Reference in New Issue
Block a user