Page MenuHomePhabricator

opt_phabricator

Authored By
allan.laal
Feb 12 2014, 1:04 AM
Size
507 B
Referenced Files
None
Subscribers
None

opt_phabricator

root@gn61:/opt/phabricator# dir -1
arcanist
kaustas
libphutil
phabricator
phabricator-ssh-hook.sh
updater.on.phabricator.scripts.install
root@gn61:/opt/phabricator# cat phabricator-ssh-hook.sh
#!/bin/sh
# NOTE: Replace this with the username that you expect users to connect with.
VCSUSER="repo-hg"
# NOTE: Replace this with the path to your Phabricator directory.
ROOT="/opt/phabricator/phabricator"
if [ "$1" != "$VCSUSER" ];
then
exit 1
fi
exec "$ROOT/bin/ssh-auth" $@
root@gn61:/opt/phabricator#

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/yx/ma/oj5ekg7zxf46lpey
Default Alt Text
opt_phabricator (507 B)

Event Timeline