maddy icon indicating copy to clipboard operation
maddy copied to clipboard

build: make "./build.sh install" reusable

Open oidq opened this issue 1 year ago • 0 comments

  • prevent the script from blindly overwriting the current configuration
  • force maddyctl symbolic linking
  • fix indentation in build.sh

Few days ago I learned the hard way, that running ./build.sh install on existing installation of maddy blindly overwrites the configuration. This commit alters the bahevior of build.sh to not blindly copy over existing maddy.conf and force the creation of the maddyctl symlink so that the script can be used to update current installation.

oidq avatar Mar 13 '24 18:03 oidq