diff --git a/init/50_configuration.sh b/init/50_configuration.sh index 213a710..1c850b9 100644 --- a/init/50_configuration.sh +++ b/init/50_configuration.sh @@ -12,4 +12,4 @@ rm /root/NadekoBot/credentials.json #Adding Config file sym links ln -s /config/credentials.json /root/NadekoBot/credentials.json -sudp ln -ds /config/data /root/nadekobot/data \ No newline at end of file +sudo ln -ds /config/data /root/nadekobot/data \ No newline at end of file