We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
system-example.yml
1 parent 01c8176 commit d1505d0Copy full SHA for d1505d0
scripts/switch-domain.sh
@@ -26,7 +26,7 @@ cd "$SCRIPT_PATH/../config" || exit
26
27
if [ ! -f "system-${domain}.yml" ]; then
28
echo "Create the system-${domain}.yml file in config first."
29
- echo "See system-example.yml for bare minimum and defaults.yml for all possible values"
+ echo "See system-minimal.yml for bare minimum and defaults.yml for all possible values"
30
exit 2;
31
fi
32
0 commit comments