Skip to content

Commit a1f8ca4

Browse files
Update vagrant/install.sh
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Daniel Hansson <[email protected]>
1 parent e88d85c commit a1f8ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vagrant/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git clone https://github.com/nextcloud/vm.git
99
# We need a check here due to Shellcheck
1010
if [ -d vm ]
1111
then
12-
cd vm
12+
cd vm || exit
1313
else
1414
echo "Sorry, but the 'cd' dir doesn't exist, please report this issue to https://github.com/nextcloud/vm/"
1515
exit

0 commit comments

Comments
 (0)