Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Fixes this damn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Dec 26, 2018
1 parent 0b45204 commit 92cd6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/database/update_030208.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
if ($result===false) Response::error('Could not add small_max_height!');

// and create the files :)
chmod(__DIR__ . '/../../dist/', 775);
chmod(__DIR__ . '/../../dist/', 0775);
touch(__DIR__ . '/../../dist/user.css');

// Set version
Expand Down

0 comments on commit 92cd6c0

Please sign in to comment.