diff --git a/en/register.php b/en/register.php index 2b2c492..1c09de8 100644 --- a/en/register.php +++ b/en/register.php @@ -193,12 +193,12 @@ $contents .= 'touch /sshfs' . $pass_file . "\n"; $contents .= 'chmod 600 /sshfs' . $pass_file . "\n"; $contents .= 'ssh 192.168.122.30 chown ' . escapeshellarg($username . ':' . $username) . ' ' . escapeshellarg($pass_file) . "\n"; - $contents .= '~/bin/mkfuser ' . escapeshellarg($username) . ' ' . escapeshellarg($email) . ' | tee /sshfs' . escapeshellarg($pass_file) . "\n"; + $contents .= '~/bin/mkfuser ' . escapeshellarg($username) . ' | tee /sshfs' . escapeshellarg($pass_file) . "\n"; unset($pass_file); } if ($use_akkoma) $contents .= '~/bin/mkauser ' . escapeshellarg($username) . ' "$password"' . "\n"; if ($use_soju) $contents .= '~/bin/mksuser ' . escapeshellarg($username) . ' "$password"' . "\n"; - if ($use_git) $contents .= '~/bin/mkguser ' . escapeshellarg($username) . ' "$password"' . ' ' . escapeshellarg($email) . "\n"; + if ($use_git) $contents .= '~/bin/mkguser ' . escapeshellarg($username) . ' "$password"' . "\n"; if ($use_nc) $contents .= '~/bin/mknuser ' . escapeshellarg($username) . ' "$password"' . "\n"; if ($use_freshrss) $contents .= '~/bin/mkfruser ' . escapeshellarg($username) . ' "$password"' . "\n"; if ($use_penpot) $contents .= '~/bin/mkppuser ' . escapeshellarg($username) . ' "$password"' . "\n"; diff --git a/en/test/gnuplot b/en/test/gnuplot new file mode 120000 index 0000000..6e1b276 --- /dev/null +++ b/en/test/gnuplot @@ -0,0 +1 @@ +/home/aryak/projects/vernsite/en/gnuplot \ No newline at end of file