diff --git a/test/create_container.sh b/test/create_container.sh index a7d22be..2a3abf8 100644 --- a/test/create_container.sh +++ b/test/create_container.sh @@ -65,7 +65,7 @@ TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null # Download setup script -wget -qL https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/setup.sh +wget -qL https://git.sthope.dev/sthope/proxmox_portainer/raw/branch/master/test/setup.sh wget -qL https://git.sthope.dev/sthope/docker_portainer_stacks/raw/branch/master/portainer/portainer_stack.yml # Detect modules and automatically load at boot @@ -164,7 +164,7 @@ pct unmount $CTID && unset MOUNT msg "Starting LXC container..." pct start $CTID pct push $CTID setup.sh /setup.sh -perms 755 -pct push $CTID portainer_stack.yml /docker/docker-compose.yml -perms 755 +pct push $CTID portainer_stack.yml /docker-compose.yml -perms 755 pct exec $CTID /setup.sh # Get network details and show completion message