]> Untitled Git - lemmy.git/blobdiff - install.sh
Isomorphic docker (#1124)
[lemmy.git] / install.sh
index fb42b26d121110fe132a75255fa633e9cd08796e..2a8390816cf86aca23f2e79d8b882f7fbe6c2300 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -e
 
 # Set the database variable to the default first.
@@ -29,7 +29,7 @@ ask_to_init_db() {
   done
   if [ "$init_db_final" = 1 ]
   then
-    source ./server/db-init.sh
+    source ./db-init.sh
     read -n 1 -s -r -p "Press ANY KEY to continue execution of this script, press CTRL+C to quit..."
     echo
   fi