Skip to content

Commit 3697941

Browse files
authored
test -f -> test -d
1 parent f4d7f03 commit 3697941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload/loadCoffeeShopApplication.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then
1111
mv /home/oracle/bin/newpdbords /home/oracle/bin/newpdbords.x
1212
#put on top - unzip
1313
(echo '#!/bin/bash
14-
if test -f /home/oracle/Desktop/Database_Track/coffeeshop
14+
if test -d /home/oracle/Desktop/Database_Track/coffeeshop
1515
then
1616
echo coffeeshopApp already unzipped
1717
else

0 commit comments

Comments
 (0)