Skip to content

Commit

Permalink
Fixes #1556
Browse files Browse the repository at this point in the history
  • Loading branch information
megakoresh committed Jun 25, 2022
1 parent f8cb945 commit ae1513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_install/install.sh
Expand Up @@ -1105,7 +1105,7 @@ updateRepo(){
# Go back to /usr/local/src otherwise git will complain when the current working
# directory has just been deleted (/usr/local/src/pivpn).
cd /usr/local/src && \
$SUDO git clone -q --depth 1 --no-single-branch "${2}" "${1}" > /dev/null & spinner $!
$SUDO git clone -q --depth 1 --no-single-branch "${2}" "${1}" > /dev/null && spinner $!
cd "${1}" || exit 1
echo " done!"
if [ -n "${pivpnGitBranch}" ]; then
Expand Down

0 comments on commit ae1513c

Please sign in to comment.