yacy_search_server/snap/hooks/configure
luccioman 915080e8d4 Added Snap package configuration to choose to version data or not
By default when the Snap package is installed, YaCy data is stored in a
versioned user folder, allowing to revert to previous data after a
package refresh for example. But it can consumes much disk space, so it
is now possible to tell YaCy snap not to version its data, with the Snap
configuration setting "data.versioned=false".
2019-01-05 19:30:52 +01:00

6 lines
188 B
Bash
Executable File

#!/usr/bin/env sh
# Snap configuration hook script
# Even if empty, its presence is required to enable the Snap specific "data.versioned" configuration key
echo "Configuring yacy-search"