more debugging fixes

pull/3419/head
Miguel Muniz 12 months ago
parent bc277d29e2
commit 66d4d53ed8
  1. 1
      .gitignore
  2. 2
      ct/gitea.sh
  3. 2
      misc/install.func

1
.gitignore vendored

@ -0,0 +1 @@
.history

@ -70,9 +70,7 @@ exit
}
start
msg_ok "start\n"
build_container
msg_ok "container\n"
description
msg_ok "Completed Successfully!\n"

@ -198,6 +198,6 @@ EOF
systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
msg_ok "Customized Container"
fi
echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
echo "bash -c \"\$(wget -qLO - https://github.com/Rogue-King/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update
}

Loading…
Cancel
Save