Commit 4f6b0d456cb6265bcbbb29648b79df87d041f32c

Authored by Alexis Gavoty
1 parent 7db0956395
Exists in master

Update install

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -99,7 +99,7 @@ do
99 99 let result=$?
100 100 if [ $loop_number -eq 4 ];
101 101 then
102   - print "Web installation failed"
  102 + echo "Web installation failed"
103 103 exit 1
104 104 fi
105 105 let loop_number++