Fix userrc for real

This commit is contained in:
Dave Pedu 2016-01-30 17:24:59 -08:00
parent 864f77780d
commit a4d56594fb
2 changed files with 2 additions and 2 deletions

View File

@ -37,4 +37,4 @@ EXPOSE 22
VOLUME /home/admin/persist
# Set boot command
ENTRYPOINT /start
ENTRYPOINT ["/start"]

View File

@ -1,5 +1,5 @@
#!/bin/bash
if [ -f ~admin/.userrc ]; then
if [ -f ~admin/persist/.userrc ]; then
~admin/persist/.userrc
fi