Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
fix up call to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 23, 2021
1 parent 44d7629 commit 6fc7702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sed -i -E 's~/var/opt/minecraft/server~/config/crafty/servers~g' '/opt/crafty/ap
####

# source in pip.sh to install python modules required for app
source /usr/local/bin/pip.sh "${install_path}"
source /usr/local/bin/pip.sh --install-path "${install_path}" --log-level 'WARN'

# container perms
####
Expand Down

0 comments on commit 6fc7702

Please sign in to comment.