Skip to content

Commit fdd03a9

Browse files
authored
make it cleaner
Signed-off-by: Daniel Hansson <[email protected]>
1 parent a1f8ca4 commit fdd03a9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

vagrant/install.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
#!/bin/bash
22

33
true
4-
SCRIPT_NAME="Install NcVM with Vagrant"
54

65
# Clone this repo
76
git clone https://github.com/nextcloud/vm.git
87

98
# We need a check here due to Shellcheck
10-
if [ -d vm ]
11-
then
12-
cd vm || exit
13-
else
14-
echo "Sorry, but the 'cd' dir doesn't exist, please report this issue to https://github.com/nextcloud/vm/"
15-
exit
16-
fi
9+
cd vm || exit
1710

1811
# Do the installation
1912
sudo bash nextcloud_install_production.sh --provisioning

0 commit comments

Comments
 (0)