Skip to content
Snippets Groups Projects
Commit c33b0471 authored by Timothee Besset's avatar Timothee Besset
Browse files

make sure the log folder exists when setting up sideloaded steam clients

parent a5cbcac5
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ if __name__ == '__main__':
write_trampoline('''#!/bin/bash
# Generated by steamos-set-steam-client, do not edit!
# configuration tag (do not delete): {}
mkdir -p $HOME/.steam/steam/logs
exec {} steam &> $HOME/.steam/steam/logs/output.log
'''.format(
conf.client,
......@@ -103,6 +104,7 @@ exec {} steam &> $HOME/.steam/steam/logs/output.log
# Generated by steamos-set-steam-client, do not edit!
# configuration tag (do not delete): {}
{}
mkdir -p $HOME/.steam/steam/logs
exec {} {} &> $HOME/.steam/steam/logs/output.log
'''.format(
conf.client,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment