mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
GitHook install : update create symlink message to add target path
This commit is contained in:
@@ -19,7 +19,7 @@ foreach ($aHooks as $sSourceHookFileName) {
|
|||||||
echo "OK !\n";
|
echo "OK !\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Creating symlink for hook...";
|
echo "Creating symlink for hook in $sTargetHookPath...";
|
||||||
symlink($sSourceHookPath, $sTargetHookPath);
|
symlink($sSourceHookPath, $sTargetHookPath);
|
||||||
echo "OK !\n";
|
echo "OK !\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user