Skip to content
Snippets Groups Projects
Commit 785d7d31 authored by Oskar Stenberg's avatar Oskar Stenberg
Browse files

Updated install script

parent eaf2d1ad
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ install_snipeit () {
mysql -u root -p --execute="CREATE DATABASE snipeit;GRANT ALL PRIVILEGES ON snipeit.* TO snipeit@localhost IDENTIFIED BY '$mysqluserpw';"
echo "* Cloning Snipe-IT from github to the web directory."
log "git clone -b importMinAmt https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
log "git clone https://gitlab.control.lth.se/OskarS/snipeit.git $APP_PATH"
echo "* Configuring .env file."
cp "$APP_PATH/.env.example" "$APP_PATH/.env"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment