Skip to content

Commit 1d6e60e

Browse files
authored
Remove mysql drop that was used for development
1 parent 5c9b5e2 commit 1d6e60e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/v-add-sys-rainloop

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ if [ "$UPDATE" == "no" ]; then
103103
echo "Forbidden" > ./data/index.html
104104

105105
# Create database
106-
mysql -e "DROP DATABASE rainloop"
107-
mysql -e "DROP USER rainloop@localhost"
108106
mysql -e "CREATE DATABASE rainloop"
109107
# Mysql available on system
110108
r=$(generate_password)
@@ -174,4 +172,4 @@ fi
174172

175173

176174
log_history "Rouncube successfuly installed" '' 'admin'
177-
log_event "$OK" "$ARGUMENTS"
175+
log_event "$OK" "$ARGUMENTS"

0 commit comments

Comments
 (0)