diff --git a/ct/npm_container.sh b/ct/npm_container.sh index db1c02f4..efc67e28 100644 --- a/ct/npm_container.sh +++ b/ct/npm_container.sh @@ -150,7 +150,7 @@ MOUNT=$(pct mount $CTID | cut -d"'" -f 2) ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime pct unmount $CTID && unset MOUNT -echo -e "${CHECKMARK} \e[1;92m Starting LXC...... \e[0m" +echo -e "${CHECKMARK} \e[1;92m Starting LXC... \e[0m" pct start $CTID pct push $CTID npm_setup.sh /npm_setup.sh -perms 755 pct exec $CTID /npm_setup.sh