diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/shuriken | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/shuriken b/bin/shuriken index e6ac7b2..67779b0 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.9.0' +declare -r VERSION='0.10.0' declare -r DEFAULTRC="${SHURIKEN_DEFAULT_RC:-/etc/default/shuriken}" declare -r PACKAGED_TEMPLATE_DIR='/usr/share/shuriken/templates/default' declare -r PACKAGED_ASSET_DIR='/usr/share/shuriken/assets' @@ -4715,7 +4715,7 @@ apply_config_defaults() { # --source-url. The footer derives the displayed text from the URL itself. SOURCE_URL="${SOURCE_URL:-https://codeberg.org/snonux/shuriken.sh}" SPLASH_PAGE="${SPLASH_PAGE:-yes}" - STATS_PAGE="${STATS_PAGE:-yes}" + STATS_PAGE="${STATS_PAGE:-no}" SYNC_DELETE="${SYNC_DELETE:-yes}" TARBALL_INCLUDE="${TARBALL_INCLUDE:-no}" TARBALL_SUFFIX="${TARBALL_SUFFIX:-.tar}" |
