Update npm_container.sh

pull/23/head
tteckster 2022-01-30 02:32:29 -05:00 committed by GitHub
parent b059e633a4
commit 25a3ade999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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