diff options
Diffstat (limited to 'hosted-kolab/12-update-mysql-table-for-hosted.sh')
-rwxr-xr-x | hosted-kolab/12-update-mysql-table-for-hosted.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hosted-kolab/12-update-mysql-table-for-hosted.sh b/hosted-kolab/12-update-mysql-table-for-hosted.sh deleted file mode 100755 index f200bf3..0000000 --- a/hosted-kolab/12-update-mysql-table-for-hosted.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - - . ./settings.sh - -if [ -f "`ls -1 /usr/share/kolab-webadmin/doc/kolab_hosting-*.sql`" ]; then - sql_file="`ls -1 /usr/share/kolab-webadmin/doc/kolab_hosting-*.sql`" -else - sql_file="`ls -1 /usr/share/doc/kolab-webadmin-*/kolab_hosting-*.sql`" -fi - -mysql --user=kolab --password=Welcome2KolabSystems kolab < $sql_file - |