Skip to content

Commit

Permalink
remove parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Oct 15, 2023
1 parent 6d91cd0 commit a94a4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycodo/scripts/upgrade_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ case "${1:-''}" in
apt remove -y apache2
apt install -y ${APT_PKGS}
apt clean
python3 -m pip install --break-system-packages --upgrade pip
python3 -m pip install --upgrade pip
;;
'update-permissions')
printf "\n#### Setting permissions\n"
Expand Down

0 comments on commit a94a4b4

Please sign in to comment.