From 25a3ade9992db594ccb5b8b3c796ce7d83b7bba2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 30 Jan 2022 02:32:29 -0500 Subject: [PATCH] Update npm_container.sh --- ct/npm_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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