|
@@ -17,6 +17,8 @@ function check_internet() {
|
|
|
|
|
|
check_internet
|
|
|
|
|
|
-echo "Downloading vikunja config files"
|
|
|
+echo "Creating directories..."
|
|
|
+sudo mkdir -p /portainer/Files/AppData/Config/Vikunja || error "Failed to create Vikunja directory!"
|
|
|
+eecho "Downloading vikunja config files"
|
|
|
sudo wget -O /portainer/Files/AppData/Config/Vikunja/nginx.conf https://raw.githubusercontent.com/novaspirit/pi-hosted/master/configs/vikunja_nginx.conf || error "Failed to download nginx.conf file!"
|
|
|
echo "Done You are ready to install the Vikunja Template"
|