]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move -f to the place needed to restart sshd.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 19 Jun 2024 13:09:05 +0000 (23:09 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 19 Jun 2024 13:09:05 +0000 (23:09 +1000)
.github/workflows/upstream.yml

index ea3684c54015f6070ed0f81b56af02d3ab8d25ab..2ebdcf594cd3b7ffd366cf949680cb18b95b14d7 100644 (file)
@@ -43,7 +43,7 @@ jobs:
     - name: make
       run: vmrun "cd /usr/src/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-minimal-runtime -fsanitize=undefined';; *) make; esac"
     - name: make install
-      run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install && sudo /etc/rc.d/sshd restart -f"
+      run: vmrun "cd /usr/src/usr.bin/ssh && sudo make install && sudo /etc/rc.d/sshd -f restart"
     - name: make tests`
       run: vmrun "cd /usr/src/regress/usr.bin/ssh && case ${{ matrix.config }} in without-openssl) make OPENSSL=no;; ubsan) make DEBUG='-fsanitize-minimal-runtime -fsanitize=undefined';; *) make; esac"
       env: