Browse Source

Update npm_container.sh

tteckster 3 years ago
parent
commit
25a3ade999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/npm_container.sh

+ 1 - 1
ct/npm_container.sh

@@ -150,7 +150,7 @@ MOUNT=$(pct mount $CTID | cut -d"'" -f 2)
 ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime
 ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime
 pct unmount $CTID && unset MOUNT
 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 start $CTID
 pct push $CTID npm_setup.sh /npm_setup.sh -perms 755
 pct push $CTID npm_setup.sh /npm_setup.sh -perms 755
 pct exec $CTID /npm_setup.sh
 pct exec $CTID /npm_setup.sh