Skip to content
Snippets Groups Projects
Commit 7a0ed639 authored by Griefed's avatar Griefed :joystick:
Browse files

Fix indentation

parent 38fe9c5c
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,11 @@ if [ ! -f "/config/discord-config.json" ]; then ...@@ -7,11 +7,11 @@ if [ ! -f "/config/discord-config.json" ]; then
fi fi
if [ ! -f "/config/misc-config.json" ]; then if [ ! -f "/config/misc-config.json" ]; then
cp /defaults/misc-config.json /config/misc-config.json cp /defaults/misc-config.json /config/misc-config.json
fi fi
if [ ! -f "/config/socket-config.json" ]; then if [ ! -f "/config/socket-config.json" ]; then
cp /defaults/socket-config.json /config/socket-config.json cp /defaults/socket-config.json /config/socket-config.json
fi fi
# Overwrite config files in d-zone directory # Overwrite config files in d-zone directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment