Skip to content

Commit 8e7e481

Browse files
author
rudolfix
committed
vagrant_provision: setup logging directory in /var/log
1 parent 106c587 commit 8e7e481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vagrant_provision.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ pip3 install jupyter
3939
#apt-get -y install liblapacke-dev checkinstall
4040
#apt-get -y install liblapack-doc checkinstall
4141

42+
# make log directory
43+
mkdir /var/log/sleep_server/
44+
chmod 757 /var/log/sleep_server/

0 commit comments

Comments
 (0)