Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/a00a0a0ef36195ce778db34156568d12f045b1b1?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -158,8 +158,8 @@ pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/
# Success message
# Success message
msg "Starting LXC Container..."
msg "Starting LXC Container..."
pct start " $CTID "
pct start " $CTID "
sleep 5
# sleep 5
IP = $( pct exec $CTID ip route get 8.8.8.8 | sed -n '/src/{s/.*src *\([^ ]*\).*/\1/p;q}' )
#IP=$(pct exec $CTID ip route get 8.8.8.8 | sed -n '/src/{s/.*src *\([^ ]*\).*/\1/p;q}' )
echo " TurnKey ${ NAME } Password " >>~/turnkey-${ NAME } .creds # file is located in the Proxmox root directory
echo " TurnKey ${ NAME } Password " >>~/turnkey-${ NAME } .creds # file is located in the Proxmox root directory
echo $PASS >>~/turnkey-${ NAME } .creds
echo $PASS >>~/turnkey-${ NAME } .creds
if [ [ -f /etc/systemd/system/ping-instances.service ] ] ; then
if [ [ -f /etc/systemd/system/ping-instances.service ] ] ; then
@ -167,7 +167,7 @@ if [[ -f /etc/systemd/system/ping-instances.service ]]; then
fi
fi
header_info
header_info
echo
echo
info " LXC container ' $CTID ' was successfully created , and its IP address is ${ IP } ."
info " LXC container ' $CTID ' was successfully created ."
echo
echo
info "Proceed to the LXC console to complete the setup."
info "Proceed to the LXC console to complete the setup."
echo
echo