Skip to content

Commit 9720b90

Browse files
committed
WIP Fix backups path
1 parent 377481f commit 9720b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose-recipes/sqlserver/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ create_database() {
3535

3636
sed -i "s,%DATABASE_NAME%,${database_name},g" /init/restore.sql
3737

38-
local backup_file=$(find /opt/var/mssql/backups -type f -iname "*.bak")
38+
local backup_file=$(find /var/opt/mssql/backups -type f -iname "*.bak")
3939

4040
sed -i "s,%BACKUP_FILE%,${backup_file},g" /init/restore.sql
4141

0 commit comments

Comments
 (0)