Skip to content

Commit

Permalink
install script updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Jul 10, 2022
1 parent 9cd3fe3 commit c2e1424
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash

ILOG=$PWD/logs/install.log
LOG_DIR=$PWD/logs
DB_DIR=$PWD/db
ILOG=$LOG_DIR/install.log

mkdir -p $LOG_DIR $DB_DIR

status_check() {
if [ $? -eq 0 ]
Expand Down

0 comments on commit c2e1424

Please sign in to comment.