We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a76bbf commit 7794749Copy full SHA for 7794749
1 file changed
local/etc/uceap.d/devcontainer_on_create.sh
@@ -4,6 +4,10 @@ function devcontainer_on_create() {
4
echo "umask 002" >>~/.zshrc
5
echo "umask 002" >>~/.bashrc
6
7
+ # the first time we run this script the default umask is still in effect,
8
+ # which messes up permissions on the log file that gets created when we run drush deploy
9
+ umask 002
10
+
11
sudo sh -c "cat >> /etc/apache2/sites-available/000-default.conf" <<-EOF
12
<Directory /var/www/html>
13
AllowOverride All
0 commit comments