Skip to content

Commit 58ed78c

Browse files
committed
Fix startup.sh typo
1 parent 0e5217e commit 58ed78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export ORACLE_SID=XE
1717

1818
if ! [ "$ORACLE_PASSWORD_VERIFY" = true ]; then
1919
echo "ALTER PROFILE DEFAULT LIMIT PASSWORD_VERIFY_FUNCTION NULL;" | sqlplus -s SYSTEM/oracle
20-
end
20+
fi
2121

2222
if [ "$ORACLE_ENABLE_XDB" = true ]; then
2323
echo "ALTER USER XDB ACCOUNT UNLOCK;" | sqlplus -s SYSTEM/oracle

0 commit comments

Comments
 (0)