Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
Fix sucs site deploy script thing
· f86ec8d5
Imran Hussain
authored
Sep 24, 2019
f86ec8d5
really fix the pull script
· 683c9187
Imran Hussain
authored
Sep 24, 2019
683c9187
Hide whitespace changes
Inline
Side-by-side
htdocs/pull.php
View file @
683c9187
...
...
@@ -3,8 +3,8 @@
exec
(
"cd ..; git reset --hard HEAD; git pull"
,
$retArr
,
$retVal
);
if
(
$retVal
==
0
)
{
print
(
ok
);
exit
(
0
)
print
(
"
ok
"
);
exit
(
0
)
;
}
print
(
"not ok
\n
"
);
...
...